Skip to content

Commit 9c0a0ca

Browse files
committed
Bumps version to 0.5.2
1 parent 7cb730e commit 9c0a0ca

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
### 0.5.2
22

3-
- [Fix] Fixes `TimezoneInfo.utcoffset() method`.
3+
(August 22nd, 2016)
4+
5+
- [Fix] Fixes `TimezoneInfo.utcoffset()` method.
46
- [Fix] Fixes arithmetic operations on intervals not returning intervals.
57
- [Fix] Allows Pendulum instances comparison to None . (Thanks to [jkeyes](https://github.com/jkeyes))
68
- [Feature] Adds a small speedup when changing timezones.

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.1'
63+
release = '0.5.2'
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.1'
3+
VERSION = '0.5.2'

0 commit comments

Comments
 (0)