Skip to content

Commit 5bd2430

Browse files
author
Saurabh Kumar
committed
Add changelog for 0.6.4
1 parent 5b0188f commit 5bd2430

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,14 @@ Executing the tests:
246246
Changelog
247247
=========
248248

249+
0.6.4
250+
----
251+
- Fix issue with single quotes (`@Flimm`) (`#52 <https://github.com/theskumar/python-dotenv/issues/52>`__)
252+
249253
0.6.3
250254
----
251-
- Handle unicode exception in setup.py (`#46 <https://github.com/theskumar/python-dotenv/issues/45>`__)
255+
- Handle unicode exception in setup.py (`#46 <https://github.com/theskumar/python-dotenv/issues/46>`__)
256+
252257
0.6.2
253258
----
254259
- Fix `dotenv list` command (`@ticosax`_)
@@ -274,6 +279,7 @@ Changelog
274279
- cli: Added ``-q/--quote`` option to control the behaviour of quotes around values in ``.env``. (Thanks `@hugochinchilla`_).
275280
- Improved test coverage.
276281

282+
.. _@Flimm: https://github.com/Flimm
277283
.. _@ticosax: https://github.com/ticosax
278284
.. _@tillahoffmann: https://github.com/tillahoffmann
279285
.. _@hugochinchilla: https://github.com/hugochinchilla

0 commit comments

Comments
 (0)