Skip to content

Commit

Permalink
Bump version: 0.10.4 → 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bbc2 committed Jan 19, 2020
1 parent 70d0c19 commit 3637b3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ OR
Changelog
=========

Latest
0.10.5
-----

- Fix handling of malformed lines and lines without a value:
- Fix handling of malformed lines and lines without a value ([@bbc2])([#222]):
- Don't print warning when key has no value.
- Reject more malformed lines (e.g. "A: B").
- Fix handling of lines with just a comment.
- Fix handling of lines with just a comment ([@bbc2])([#224]).

0.10.4
-----
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.4
current_version = 0.10.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion src/dotenv/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.4"
__version__ = "0.10.5"

0 comments on commit 3637b3e

Please sign in to comment.