Skip to content

Commit a4d39f7

Browse files
committed
Release v0.12.0
1 parent bd9f2c0 commit a4d39f7

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
*No unreleased change at this time.*
11+
12+
## [0.12.0] - 2020-02-28
13+
1014
### Changed
1115

1216
- Use current working directory to find `.env` when bundled by PyInstaller (#213 by
@@ -188,7 +192,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
188192
[@venthur]: https://github.com/venthur
189193
[@yannham]: https://github.com/yannham
190194

191-
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v0.11.0...HEAD
195+
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v0.12.0...HEAD
196+
[0.12.0]: https://github.com/theskumar/python-dotenv/compare/v0.11.0...v0.12.0
192197
[0.11.0]: https://github.com/theskumar/python-dotenv/compare/v0.10.5...v0.11.0
193198
[0.10.5]: https://github.com/theskumar/python-dotenv/compare/v0.10.4...v0.10.5
194199
[0.10.4]: https://github.com/theskumar/python-dotenv/compare/v0.10.3...v0.10.4

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.11.0
2+
current_version = 0.12.0
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.11.0"
1+
__version__ = "0.12.0"

0 commit comments

Comments
 (0)