File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22cache : pip
33os : linux
4+ dist : xenial
45
56jobs :
67 include :
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ 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.13.0] - 2020-04-16
13+
14+ ### Added
15+
1016- Add support for a Bash-like default value in variable expansion (#248 by [ @bbc2 ] ).
1117
1218## [ 0.12.0] - 2020-02-28
@@ -192,7 +198,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
192198[ @venthur ] : https://github.com/venthur
193199[ @yannham ] : https://github.com/yannham
194200
195- [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v0.12.0...HEAD
201+ [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v0.13.0...HEAD
202+ [ 0.13.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.12.0...v0.13.0
196203[ 0.12.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.11.0...v0.12.0
197204[ 0.11.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.10.5...v0.11.0
198205[ 0.10.5 ] : https://github.com/theskumar/python-dotenv/compare/v0.10.4...v0.10.5
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.12 .0
2+ current_version = 0.13 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 1- __version__ = "0.12 .0"
1+ __version__ = "0.13 .0"
You can’t perform that action at this time.
0 commit comments