Skip to content

Commit

Permalink
Bump version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Jul 24, 2020
1 parent c084201 commit d9aa101
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [2.1.2] - 2020-07-24

### Fixed

- Fixed errors when trying to build Pendulum from source ([#489](https://github.com/sdispater/pendulum/pull/489)).


## [2.1.1] - 2020-07-13

### Fixed
Expand Down Expand Up @@ -143,7 +150,8 @@



[Unreleased]: https://github.com/sdispater/pendulum/compare/2.1.1...master
[Unreleased]: https://github.com/sdispater/pendulum/compare/2.1.2...master
[2.1.2]: https://github.com/sdispater/pendulum/releases/tag/2.1.2
[2.1.1]: https://github.com/sdispater/pendulum/releases/tag/2.1.1
[2.1.0]: https://github.com/sdispater/pendulum/releases/tag/2.1.0
[2.0.5]: https://github.com/sdispater/pendulum/releases/tag/2.0.5
Expand Down
2 changes: 1 addition & 1 deletion pendulum/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.1"
__version__ = "2.1.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pendulum"
version = "2.1.1"
version = "2.1.2"
description = "Python datetimes made easy"
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
license = "MIT"
Expand Down

0 comments on commit d9aa101

Please sign in to comment.