Skip to content

Commit 357b8dc

Browse files
committed
Bumps version to 1.2.1
1 parent 89e9ac2 commit 357b8dc

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+
## [1.2.1] - 2017-05-23
4+
5+
### Fixed
6+
7+
- Fixed incorrect `fold` attribute on Python 3.6 when not passing a timezone. (Thanks to [neonquill](https://github.com/neonquill))
8+
9+
310
## [1.2.0] - 2017-03-24
411

512
### Added
@@ -356,7 +363,8 @@ Initial release
356363

357364

358365

359-
[Unreleased]: https://github.com/sdispater/pendulum/compare/1.2.0...master
366+
[Unreleased]: https://github.com/sdispater/pendulum/compare/1.2.1...master
367+
[1.2.1]: https://github.com/sdispater/pendulum/releases/tag/1.2.1
360368
[1.2.0]: https://github.com/sdispater/pendulum/releases/tag/1.2.0
361369
[1.1.1]: https://github.com/sdispater/pendulum/releases/tag/1.1.1
362370
[1.1.0]: https://github.com/sdispater/pendulum/releases/tag/1.1.0

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '1.2'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.2.0'
63+
release = '1.2.1'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

pendulum/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = '1.2.0'
3+
VERSION = '1.2.1'

0 commit comments

Comments
 (0)