File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased ]
3
+ ## [ 1.4.3 ] - 2018-03-20
4
4
5
5
### Fixed
6
6
@@ -466,7 +466,8 @@ Initial release
466
466
467
467
468
468
469
- [ Unreleased ] : https://github.com/sdispater/pendulum/compare/1.4.2...1.x
469
+ [ Unreleased ] : https://github.com/sdispater/pendulum/compare/1.4.3...1.x
470
+ [ 1.4.3 ] : https://github.com/sdispater/pendulum/releases/tag/1.4.3
470
471
[ 1.4.2 ] : https://github.com/sdispater/pendulum/releases/tag/1.4.2
471
472
[ 1.4.1 ] : https://github.com/sdispater/pendulum/releases/tag/1.4.1
472
473
[ 1.4.0 ] : https://github.com/sdispater/pendulum/releases/tag/1.4.0
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- VERSION = '1.4.3b0 '
3
+ VERSION = '1.4.3 '
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pendulum"
3
- version = " 1.4.3b0 "
3
+ version = " 1.4.3 "
4
4
description = " Python datetimes made easy."
5
5
6
6
license = " MIT"
@@ -20,7 +20,7 @@ build = "build.py"
20
20
21
21
22
22
[tool .poetry .dependencies ]
23
- python = " >= 2.7 || ^3.4"
23
+ python = " ~ 2.7 || ^3.4"
24
24
python-dateutil = " ^2.6"
25
25
tzlocal = " ^1.5"
26
26
pytzdata = " >=2018.3"
You can’t perform that action at this time.
0 commit comments