Skip to content

Commit 3698fcb

Browse files
committed
Bump version to 2.0.2
1 parent 7c6b48e commit 3698fcb

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.2] - 2018-05-29
44

55
### Fixed
66

@@ -55,6 +55,7 @@
5555

5656

5757

58-
[Unreleased]: https://github.com/sdispater/pendulum/compare/2.0.1...master
58+
[Unreleased]: https://github.com/sdispater/pendulum/compare/2.0.2...master
59+
[2.0.2]: https://github.com/sdispater/pendulum/releases/tag/2.0.2
5960
[2.0.1]: https://github.com/sdispater/pendulum/releases/tag/2.0.1
6061
[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.1'
1+
__version__ = '2.0.2'

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

0 commit comments

Comments
 (0)