Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Up to 0.5.3
  • Loading branch information
Suor committed Oct 13, 2015
1 parent 7cd8963 commit 444dd9a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
0.5.3
- fixed @render_to() in Django 1.8

0.5.2
- fixed warnings in Django 1.8 (Juan BC)

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '0.5.2'
version = '0.5.3'
# 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 handy/__init__.py
@@ -1,2 +1,2 @@
VERSION = (0, 5, 2)
VERSION = (0, 5, 3)
__version__ = '.'.join(map(str, VERSION))
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='handy',
version='0.5.2',
version='0.5.3',
author='Alexander Schepanovski',
author_email='suor.web@gmail.com',

Expand Down

0 comments on commit 444dd9a

Please sign in to comment.