File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this
6
6
project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.19.1 ] - 2021-08-09
9
9
10
10
### Added
11
11
12
12
- Add support for Python 3.10. (#359 by [ @theskumar ] )
13
13
14
-
15
14
## [ 0.19.0] - 2021-07-24
16
15
17
16
### Changed
@@ -293,7 +292,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
293
292
[ @yannham ] : https://github.com/yannham
294
293
[ @zueve ] : https://github.com/zueve
295
294
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
297
297
[ 0.19.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.18.0...v0.19.0
298
298
[ 0.18.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.17.1...v0.18.0
299
299
[ 0.17.1 ] : https://github.com/theskumar/python-dotenv/compare/v0.17.0...v0.17.1
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.19.0
2
+ current_version = 0.19.1
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 1
- __version__ = "0.19.0 "
1
+ __version__ = "0.19.1 "
You can’t perform that action at this time.
0 commit comments