We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe270cd commit 10a7664Copy full SHA for 10a7664
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## [Unreleased]
+## [2.0.1] - 2018-05-10
4
5
## Fixed
6
@@ -43,5 +43,6 @@
43
44
45
46
-[Unreleased]: https://github.com/sdispater/pendulum/compare/2.0.0...master
+[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
48
[2.0.0]: https://github.com/sdispater/pendulum/releases/tag/2.0.0
pendulum/__version__.py
@@ -1 +1 @@
-__version__ = '2.0.0'
+__version__ = '2.0.1'
pyproject.toml
[tool.poetry]
name = "pendulum"
-version = "2.0.0"
+version = "2.0.1"
description = "Python datetimes made easy"
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
license = "MIT"
0 commit comments