File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased ]
3
+ ## [ 1.4.1 ] - 2018-02-05
4
4
5
5
### Fixed
6
6
@@ -449,7 +449,8 @@ Initial release
449
449
450
450
451
451
452
- [ Unreleased ] : https://github.com/sdispater/pendulum/compare/1.4.0...1.x
452
+ [ Unreleased ] : https://github.com/sdispater/pendulum/compare/1.4.1...1.x
453
+ [ 1.4.1 ] : https://github.com/sdispater/pendulum/releases/tag/1.4.1
453
454
[ 1.4.0 ] : https://github.com/sdispater/pendulum/releases/tag/1.4.0
454
455
[ 1.3.2 ] : https://github.com/sdispater/pendulum/releases/tag/1.3.2
455
456
[ 1.3.1 ] : https://github.com/sdispater/pendulum/releases/tag/1.3.1
Original file line number Diff line number Diff line change 60
60
# The short X.Y version.
61
61
version = '1.4'
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '1.4.0 '
63
+ release = '1.4.1 '
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.4.0 '
3
+ VERSION = '1.4.1 '
You can’t perform that action at this time.
0 commit comments