We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b47f4 commit ae1f1a9Copy full SHA for ae1f1a9
3 files changed
CHANGELOG.md
@@ -21,6 +21,13 @@ Latest
21
22
- ...
23
24
+0.10.4
25
+-----
26
+
27
+- Make typing optional ([@techalchemy])([#179]).
28
+- Print a warning on malformed line ([@bbc2])([#211]).
29
+- Support keys without a value ([@ulyssessouza])([#220]).
30
31
0.10.3
32
-----
33
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.10.3
+current_version = 0.10.4
3
commit = True
4
tag = True
5
src/dotenv/version.py
@@ -1 +1 @@
-__version__ = "0.10.3"
+__version__ = "0.10.4"
0 commit comments