Skip to content

Commit d9aa101

Browse files
committed
Bump version to 2.1.2
1 parent c084201 commit d9aa101

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [2.1.2] - 2020-07-24
4+
5+
### Fixed
6+
7+
- Fixed errors when trying to build Pendulum from source ([#489](https://github.com/sdispater/pendulum/pull/489)).
8+
9+
310
## [2.1.1] - 2020-07-13
411

512
### Fixed
@@ -143,7 +150,8 @@
143150

144151

145152

146-
[Unreleased]: https://github.com/sdispater/pendulum/compare/2.1.1...master
153+
[Unreleased]: https://github.com/sdispater/pendulum/compare/2.1.2...master
154+
[2.1.2]: https://github.com/sdispater/pendulum/releases/tag/2.1.2
147155
[2.1.1]: https://github.com/sdispater/pendulum/releases/tag/2.1.1
148156
[2.1.0]: https://github.com/sdispater/pendulum/releases/tag/2.1.0
149157
[2.0.5]: https://github.com/sdispater/pendulum/releases/tag/2.0.5

pendulum/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.1"
1+
__version__ = "2.1.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.1.1"
3+
version = "2.1.2"
44
description = "Python datetimes made easy"
55
authors = ["Sébastien Eustace <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)