Skip to content

Commit cfca79a

Browse files
committed
Release version 0.17.0
1 parent 48c5c8e commit cfca79a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.17.0] - 2021-04-02
99

1010
### Changed
1111

@@ -250,7 +250,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
250250
[@yannham]: https://github.com/yannham
251251
[@zueve]: https://github.com/zueve
252252

253-
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v0.16.0...HEAD
253+
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v0.17.0...HEAD
254+
[0.17.0]: https://github.com/theskumar/python-dotenv/compare/v0.16.0...v0.17.0
254255
[0.16.0]: https://github.com/theskumar/python-dotenv/compare/v0.15.0...v0.16.0
255256
[0.15.0]: https://github.com/theskumar/python-dotenv/compare/v0.14.0...v0.15.0
256257
[0.14.0]: https://github.com/theskumar/python-dotenv/compare/v0.13.0...v0.14.0

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

0 commit comments

Comments
 (0)