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 c5717ce commit 7e6937bCopy full SHA for 7e6937b
CHANGELOG.md
@@ -1,5 +1,6 @@
1
### 0.5
2
3
+(August 15th, 2016)
4
5
This version introduces a new timezone library which improves
6
timezone switching and behavior around DST transition times.
docs/conf.py
@@ -58,9 +58,9 @@
58
# built documents.
59
#
60
# The short X.Y version.
61
-version = '0.1'
+version = '0.5'
62
# The full version, including alpha/beta/rc tags.
63
-release = '0.1'
+release = '0.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.4'
+VERSION = '0.5'
0 commit comments