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 8fb5290 commit e3c45adCopy full SHA for e3c45ad
3 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
### 0.5.1
2
3
+(August 18th, 2016)
4
+
5
- [Fix] Fixes `now()` not behaving properly when given a timezone.
6
- [Fix] Fixes double file opening when getting local timezone. (Thanks to [yggdr](https://github.com/yggdr))
7
- [Fix] Fixes `pt_BR` locale. (Thanks to [YomoFuno](https://github.com/YomoFuno))
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'
+release = '0.5.1'
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'
+VERSION = '0.5.1'
0 commit comments