Skip to content

Commit 6c2795e

Browse files
committed
Bumps version to 1.3.2
1 parent fec8ef9 commit 6c2795e

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+
## [1.3.2] - 2017-11-16
44

55
### Fixed
66

@@ -428,7 +428,8 @@ Initial release
428428

429429

430430

431-
[Unreleased]: https://github.com/sdispater/pendulum/compare/1.3.1...master
431+
[Unreleased]: https://github.com/sdispater/pendulum/compare/1.3.2...master
432+
[1.3.2]: https://github.com/sdispater/pendulum/releases/tag/1.3.2
432433
[1.3.1]: https://github.com/sdispater/pendulum/releases/tag/1.3.1
433434
[1.3.0]: https://github.com/sdispater/pendulum/releases/tag/1.3.0
434435
[1.2.5]: https://github.com/sdispater/pendulum/releases/tag/1.2.5

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.3'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.3.1'
63+
release = '1.3.2'
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.3.1'
3+
VERSION = '1.3.2'

0 commit comments

Comments
 (0)