File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased ]
3
+ ## [ 1.4.0 ] - 2017-01-22
4
4
5
5
### Changed
6
6
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 .
8
8
- Improved performance of ` now() ` and ` utcnow() ` . (Thanks to [ pganssle] ( https://github.com/pganssle ) )
9
9
10
10
### Fixed
@@ -440,7 +440,8 @@ Initial release
440
440
441
441
442
442
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
444
445
[ 1.3.2 ] : https://github.com/sdispater/pendulum/releases/tag/1.3.2
445
446
[ 1.3.1 ] : https://github.com/sdispater/pendulum/releases/tag/1.3.1
446
447
[ 1.3.0 ] : https://github.com/sdispater/pendulum/releases/tag/1.3.0
Original file line number Diff line number Diff line change 58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = '1.3 '
61
+ version = '1.4 '
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '1.3.2 '
63
+ release = '1.4.0 '
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- VERSION = '1.3.2 '
3
+ VERSION = '1.4.0 '
You can’t perform that action at this time.
0 commit comments