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 0984199 commit 9c58884Copy full SHA for 9c58884
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## [Unreleased]
+## [2.0.0] - 2018-05-08
4
5
### Added
6
@@ -35,4 +35,5 @@
35
36
37
38
-[Unreleased]: https://github.com/sdispater/pendulum/compare/1.x...2.0
+[Unreleased]: https://github.com/sdispater/pendulum/compare/2.0.0...master
39
+[2.0.0]: https://github.com/sdispater/pendulum/releases/tag/2.0.0
pendulum/__version__.py
@@ -1 +1 @@
-__version__ = '2.0.0a0'
+__version__ = '2.0.0'
pyproject.toml
[tool.poetry]
name = "pendulum"
-version = "2.0.0a0"
+version = "2.0.0"
description = "Python datetimes made easy"
authors = ["Sébastien Eustace <[email protected]>"]
license = "MIT"
0 commit comments