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.5.1 ] - 2018-04-24
4
4
5
5
### Fixed
6
6
@@ -502,7 +502,8 @@ Initial release
502
502
503
503
504
504
505
- [ Unreleased ] : https://github.com/sdispater/pendulum/compare/1.5.0...1.x
505
+ [ Unreleased ] : https://github.com/sdispater/pendulum/compare/1.5.1...1.x
506
+ [ 1.5.1 ] : https://github.com/sdispater/pendulum/releases/tag/1.5.1
506
507
[ 1.5.0 ] : https://github.com/sdispater/pendulum/releases/tag/1.5.0
507
508
[ 1.4.4 ] : https://github.com/sdispater/pendulum/releases/tag/1.4.4
508
509
[ 1.4.3 ] : https://github.com/sdispater/pendulum/releases/tag/1.4.3
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- VERSION = '1.5.0 '
3
+ VERSION = '1.5.1 '
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pendulum"
3
- version = " 1.5.0 "
3
+ version = " 1.5.1 "
4
4
description = " Python datetimes made easy."
5
5
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments