File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.11 .0
2+ current_version = 0.12 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 1- __version__ = "0.11 .0"
1+ __version__ = "0.12 .0"
You can’t perform that action at this time.
0 commit comments