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 11a777f commit 4213d76Copy full SHA for 4213d76
CHANGELOG.md
@@ -1,5 +1,7 @@
1
### 0.5.5
2
3
+(September 1st, 2016)
4
+
5
- [Fix] Fixes local timezone loading for unix systems.
6
- [Fix] Fixes potential `AttributeError` in `between` method. (Thanks to [iv597](https://github.com/iv597))
7
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.4'
+release = '0.5.5'
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.4'
+VERSION = '0.5.5'
0 commit comments