Skip to content

Commit ae1f1a9

Browse files
committed
Bump version: 0.10.3 → 0.10.4
1 parent c5b47f4 commit ae1f1a9

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ Latest
2121

2222
- ...
2323

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+
2431
0.10.3
2532
-----
2633

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.10.3
2+
current_version = 0.10.4
33
commit = True
44
tag = True
55

src/dotenv/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.3"
1+
__version__ = "0.10.4"

0 commit comments

Comments
 (0)