Skip to content

Commit abcdc92

Browse files
committed
Bump version to 2.0.4
1 parent c00ac0a commit abcdc92

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.4] - 2018-10-30
44

55
### Fixed
66

@@ -80,7 +80,8 @@
8080

8181

8282

83-
[Unreleased]: https://github.com/sdispater/pendulum/compare/2.0.3...master
83+
[Unreleased]: https://github.com/sdispater/pendulum/compare/2.0.4...master
84+
[2.0.4]: https://github.com/sdispater/pendulum/releases/tag/2.0.4
8485
[2.0.3]: https://github.com/sdispater/pendulum/releases/tag/2.0.3
8586
[2.0.2]: https://github.com/sdispater/pendulum/releases/tag/2.0.2
8687
[2.0.1]: https://github.com/sdispater/pendulum/releases/tag/2.0.1

pendulum/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.3"
1+
__version__ = "2.0.4"

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

0 commit comments

Comments
 (0)