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 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
3- VERSION = '1.3.2 '
3+ VERSION = '1.4.0 '
You can’t perform that action at this time.
0 commit comments