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).
7
7
8
8
## [ Unreleased]
9
9
10
+ _ There are no unreleased changes at this time._
11
+
12
+ ## [ 0.15.0] - 2020-10-28
13
+
10
14
### Added
11
15
12
16
- 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).
231
235
[ @x-yuri ] : https://github.com/x-yuri
232
236
[ @yannham ] : https://github.com/yannham
233
237
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
235
240
[ 0.14.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.13.0...v0.14.0
236
241
[ 0.13.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.12.0...v0.13.0
237
242
[ 0.12.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.11.0...v0.12.0
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.14 .0
2
+ current_version = 0.15 .0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 1
- __version__ = "0.14 .0"
1
+ __version__ = "0.15 .0"
You can’t perform that action at this time.
0 commit comments