We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1af0d commit 075b295Copy full SHA for 075b295
CHANGELOG.md
@@ -1,4 +1,8 @@
1
-### 0.5.3
+### 0.5.4
2
+
3
+(August 30th, 2016)
4
5
+- [Fix] Fixes broken previous release.
6
7
(August 29th, 2016)
8
docs/conf.py
@@ -60,7 +60,7 @@
60
# The short X.Y version.
61
version = '0.5'
62
# The full version, including alpha/beta/rc tags.
63
-release = '0.5.3'
+release = '0.5.4'
64
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
# for a list of supported languages.
pendulum/version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-VERSION = '0.5.3'
+VERSION = '0.5.4'
0 commit comments