Skip to content

Commit fc138ce

Browse files
committed
Release version 0.19.1
1 parent 9b1ab5d commit fc138ce

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
66
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.19.1] - 2021-08-09
99

1010
### Added
1111

1212
- Add support for Python 3.10. (#359 by [@theskumar])
1313

14-
1514
## [0.19.0] - 2021-07-24
1615

1716
### Changed
@@ -293,7 +292,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
293292
[@yannham]: https://github.com/yannham
294293
[@zueve]: https://github.com/zueve
295294

296-
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v0.19.0...HEAD
295+
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v0.19.1...HEAD
296+
[0.19.1]: https://github.com/theskumar/python-dotenv/compare/v0.19.0...v0.19.1
297297
[0.19.0]: https://github.com/theskumar/python-dotenv/compare/v0.18.0...v0.19.0
298298
[0.18.0]: https://github.com/theskumar/python-dotenv/compare/v0.17.1...v0.18.0
299299
[0.17.1]: https://github.com/theskumar/python-dotenv/compare/v0.17.0...v0.17.1

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.19.0
2+
current_version = 0.19.1
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.19.0"
1+
__version__ = "0.19.1"

0 commit comments

Comments
 (0)