File tree 3 files changed +5
-4
lines changed 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.
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.17.1 ] - 2021-04-29
9
9
10
10
### Fixed
11
11
@@ -257,7 +257,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
257
257
[ @yannham ] : https://github.com/yannham
258
258
[ @zueve ] : https://github.com/zueve
259
259
260
- [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v0.17.0...HEAD
260
+ [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v0.17.1...HEAD
261
+ [ 0.17.1 ] : https://github.com/theskumar/python-dotenv/compare/v0.17.0...v0.17.1
261
262
[ 0.17.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.16.0...v0.17.0
262
263
[ 0.16.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.15.0...v0.16.0
263
264
[ 0.15.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.14.0...v0.15.0
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.17.0
2
+ current_version = 0.17.1
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 1
- __version__ = "0.17.0 "
1
+ __version__ = "0.17.1 "
You can’t perform that action at this time.
0 commit comments