Skip to content

Commit 10a7664

Browse files
committed
Bump version to 2.0.1
1 parent fe270cd commit 10a7664

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
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [2.0.1] - 2018-05-10
44

55
## Fixed
66

@@ -43,5 +43,6 @@
4343

4444

4545

46-
[Unreleased]: https://github.com/sdispater/pendulum/compare/2.0.0...master
46+
[Unreleased]: https://github.com/sdispater/pendulum/compare/2.0.1...master
47+
[2.0.1]: https://github.com/sdispater/pendulum/releases/tag/2.0.1
4748
[2.0.0]: https://github.com/sdispater/pendulum/releases/tag/2.0.0

pendulum/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.0'
1+
__version__ = '2.0.1'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pendulum"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Python datetimes made easy"
55
authors = ["Sébastien Eustace <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)