Skip to content

Commit

Permalink
Bumps version to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Sep 1, 2016
1 parent 11a777f commit 4213d76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### 0.5.5

(September 1st, 2016)

- [Fix] Fixes local timezone loading for unix systems.
- [Fix] Fixes potential `AttributeError` in `between` method. (Thanks to [iv597](https://github.com/iv597))

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.5.4'
release = '0.5.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pendulum/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

VERSION = '0.5.4'
VERSION = '0.5.5'

0 comments on commit 4213d76

Please sign in to comment.