Skip to content

Commit

Permalink
Release version 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theskumar committed Oct 9, 2021
1 parent 9b1ab5d commit fc138ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Expand Up @@ -5,13 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.19.1] - 2021-08-09

### Added

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


## [0.19.0] - 2021-07-24

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

[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v0.19.0...HEAD
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v0.19.1...HEAD
[0.19.1]: https://github.com/theskumar/python-dotenv/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/theskumar/python-dotenv/compare/v0.18.0...v0.19.0
[0.18.0]: https://github.com/theskumar/python-dotenv/compare/v0.17.1...v0.18.0
[0.17.1]: https://github.com/theskumar/python-dotenv/compare/v0.17.0...v0.17.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.19.0
current_version = 0.19.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion src/dotenv/version.py
@@ -1 +1 @@
__version__ = "0.19.0"
__version__ = "0.19.1"

0 comments on commit fc138ce

Please sign in to comment.