Skip to content

Commit 075b295

Browse files
committed
Bumps version to 0.5.4
1 parent 5c1af0d commit 075b295

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
### 0.5.3
1+
### 0.5.4
2+
3+
(August 30th, 2016)
4+
5+
- [Fix] Fixes broken previous release.
26

37
(August 29th, 2016)
48

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '0.5'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.5.3'
63+
release = '0.5.4'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

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 = '0.5.3'
3+
VERSION = '0.5.4'

0 commit comments

Comments
 (0)