Skip to content

Commit e4bbb8a

Browse files
committed
Release v0.14.0
1 parent 6712bc8 commit e4bbb8a

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,20 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10-
### Fixed
10+
*No unreleased change at this time.*
11+
12+
## [0.14.0] - 2020-07-03
13+
14+
### Changed
1115

1216
- Privilege definition in file over the environment in variable expansion (#256 by
1317
[@elbehery95]).
1418

19+
### Fixed
20+
21+
- Improve error message for when file isn't found (#245 by [@snobu]).
22+
- Use HTTPS URL in package meta data (#251 by [@ekohl]).
23+
1524
## [0.13.0] - 2020-04-16
1625

1726
### Added
@@ -192,17 +201,20 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
192201
[@bbc2]: https://github.com/bbc2
193202
[@cjauvin]: https://github.com/cjauvin
194203
[@earlbread]: https://github.com/earlbread
204+
[@ekohl]: https://github.com/ekohl
205+
[@elbehery95]: https://github.com/elbehery95
195206
[@gergelyk]: https://github.com/gergelyk
196207
[@greyli]: https://github.com/greyli
197208
[@qnighy]: https://github.com/qnighy
209+
[@snobu]: https://github.com/snobu
198210
[@techalchemy]: https://github.com/techalchemy
199211
[@theskumar]: https://github.com/theskumar
200212
[@ulyssessouza]: https://github.com/ulyssessouza
201213
[@venthur]: https://github.com/venthur
202214
[@yannham]: https://github.com/yannham
203-
[@elbehery95]: https://github.com/elbehery95
204215

205-
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v0.13.0...HEAD
216+
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v0.14.0...HEAD
217+
[0.14.0]: https://github.com/theskumar/python-dotenv/compare/v0.13.0...v0.14.0
206218
[0.13.0]: https://github.com/theskumar/python-dotenv/compare/v0.12.0...v0.13.0
207219
[0.12.0]: https://github.com/theskumar/python-dotenv/compare/v0.11.0...v0.12.0
208220
[0.11.0]: https://github.com/theskumar/python-dotenv/compare/v0.10.5...v0.11.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.13.0
2+
current_version = 0.14.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.13.0"
1+
__version__ = "0.14.0"

0 commit comments

Comments
 (0)