Skip to content

Commit 7841022

Browse files
committed
Release v0.13.0
1 parent c389b45 commit 7841022

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: python
22
cache: pip
33
os: linux
4+
dist: xenial
45

56
jobs:
67
include:

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.12.0
2+
current_version = 0.13.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.12.0"
1+
__version__ = "0.13.0"

0 commit comments

Comments
 (0)