Skip to content

Commit e3c45ad

Browse files
committed
Bumps version to 0.5.1
1 parent 8fb5290 commit e3c45ad

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### 0.5.1
22

3+
(August 18th, 2016)
4+
35
- [Fix] Fixes `now()` not behaving properly when given a timezone.
46
- [Fix] Fixes double file opening when getting local timezone. (Thanks to [yggdr](https://github.com/yggdr))
57
- [Fix] Fixes `pt_BR` locale. (Thanks to [YomoFuno](https://github.com/YomoFuno))

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'
63+
release = '0.5.1'
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+
VERSION = '0.5.1'

0 commit comments

Comments
 (0)