File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this
66project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## [ 0.19.2 ] - 2021-11-11
99
1010### Fixed
1111
@@ -299,7 +299,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
299299[ @yannham ] : https://github.com/yannham
300300[ @zueve ] : https://github.com/zueve
301301
302- [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v0.19.1...HEAD
302+ [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v0.19.2...HEAD
303+ [ 0.19.2 ] : https://github.com/theskumar/python-dotenv/compare/v0.19.1...v0.19.2
303304[ 0.19.1 ] : https://github.com/theskumar/python-dotenv/compare/v0.19.0...v0.19.1
304305[ 0.19.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.18.0...v0.19.0
305306[ 0.18.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.17.1...v0.18.0
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.19.1
2+ current_version = 0.19.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 1- __version__ = "0.19.1 "
1+ __version__ = "0.19.2 "
You can’t perform that action at this time.
0 commit comments