Skip to content

Commit

Permalink
Bumps version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Aug 29, 2016
1 parent 102d5ec commit fb4b703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2'
release = '0.5.3'

# 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.2'
VERSION = '0.5.3'

0 comments on commit fb4b703

Please sign in to comment.