Skip to content

Commit 41f5ac3

Browse files
committed
Bump version to 1.5.1
1 parent 556a346 commit 41f5ac3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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.5.1] - 2018-04-24
44

55
### Fixed
66

@@ -502,7 +502,8 @@ Initial release
502502

503503

504504

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
506507
[1.5.0]: https://github.com/sdispater/pendulum/releases/tag/1.5.0
507508
[1.4.4]: https://github.com/sdispater/pendulum/releases/tag/1.4.4
508509
[1.4.3]: https://github.com/sdispater/pendulum/releases/tag/1.4.3

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.5.0'
3+
VERSION = '1.5.1'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pendulum"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
description = "Python datetimes made easy."
55

66
license = "MIT"

0 commit comments

Comments
 (0)