Skip to content

Commit e13d957

Browse files
committed
Release v0.15.0
1 parent fa354ce commit e13d957

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+
_There are no unreleased changes at this time._
11+
12+
## [0.15.0] - 2020-10-28
13+
1014
### Added
1115

1216
- Add `--export` option to `set` to make it prepend the binding with `export` (#270 by
@@ -231,7 +235,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
231235
[@x-yuri]: https://github.com/x-yuri
232236
[@yannham]: https://github.com/yannham
233237

234-
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v0.14.0...HEAD
238+
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v0.15.0...HEAD
239+
[0.15.0]: https://github.com/theskumar/python-dotenv/compare/v0.14.0...v0.15.0
235240
[0.14.0]: https://github.com/theskumar/python-dotenv/compare/v0.13.0...v0.14.0
236241
[0.13.0]: https://github.com/theskumar/python-dotenv/compare/v0.12.0...v0.13.0
237242
[0.12.0]: https://github.com/theskumar/python-dotenv/compare/v0.11.0...v0.12.0

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.14.0
2+
current_version = 0.15.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.14.0"
1+
__version__ = "0.15.0"

0 commit comments

Comments
 (0)