Skip to content

Commit 117a26b

Browse files
committed
Bump version to 1.4.0
1 parent 74350b3 commit 117a26b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [1.4.0] - 2017-01-22
44

55
### Changed
66

7-
- `format()`, `diff_for_humans()`, `in_words()` and `to_xxx_string()` methods now return unicode strings.
7+
- `format()`, `diff_for_humans()`, `in_words()` and `to_xxx_string()` methods now return unicode strings for Python 2.7.
88
- Improved performance of `now()` and `utcnow()`. (Thanks to [pganssle](https://github.com/pganssle))
99

1010
### Fixed
@@ -440,7 +440,8 @@ Initial release
440440

441441

442442

443-
[Unreleased]: https://github.com/sdispater/pendulum/compare/1.3.2...master
443+
[Unreleased]: https://github.com/sdispater/pendulum/compare/1.4.0...1.x
444+
[1.4.0]: https://github.com/sdispater/pendulum/releases/tag/1.4.0
444445
[1.3.2]: https://github.com/sdispater/pendulum/releases/tag/1.3.2
445446
[1.3.1]: https://github.com/sdispater/pendulum/releases/tag/1.3.1
446447
[1.3.0]: https://github.com/sdispater/pendulum/releases/tag/1.3.0

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '1.3'
61+
version = '1.4'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.3.2'
63+
release = '1.4.0'
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.2'
3+
VERSION = '1.4.0'

0 commit comments

Comments
 (0)