Skip to content

Commit 11ac856

Browse files
committed
Bump version to 1.4.3
1 parent 3c0bdcb commit 11ac856

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [1.4.3] - 2018-03-20
44

55
### Fixed
66

@@ -466,7 +466,8 @@ Initial release
466466

467467

468468

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
470471
[1.4.2]: https://github.com/sdispater/pendulum/releases/tag/1.4.2
471472
[1.4.1]: https://github.com/sdispater/pendulum/releases/tag/1.4.1
472473
[1.4.0]: https://github.com/sdispater/pendulum/releases/tag/1.4.0

pendulum/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = '1.4.3b0'
3+
VERSION = '1.4.3'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pendulum"
3-
version = "1.4.3b0"
3+
version = "1.4.3"
44
description = "Python datetimes made easy."
55

66
license = "MIT"
@@ -20,7 +20,7 @@ build = "build.py"
2020

2121

2222
[tool.poetry.dependencies]
23-
python = ">=2.7 || ^3.4"
23+
python = "~2.7 || ^3.4"
2424
python-dateutil = "^2.6"
2525
tzlocal = "^1.5"
2626
pytzdata = ">=2018.3"

0 commit comments

Comments
 (0)