Skip to content

Commit 9c58884

Browse files
committed
Bump version to 2.0.0
1 parent 0984199 commit 9c58884

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.0] - 2018-05-08
44

55
### Added
66

@@ -35,4 +35,5 @@
3535

3636

3737

38-
[Unreleased]: https://github.com/sdispater/pendulum/compare/1.x...2.0
38+
[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

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

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.0a0"
3+
version = "2.0.0"
44
description = "Python datetimes made easy"
55
authors = ["Sébastien Eustace <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)