Skip to content

Commit

Permalink
1.1.2 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Liz4v committed Feb 23, 2016
1 parent ff96ca6 commit 8d9e823
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_oneall/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '1.1.1'
__version__ = '1.1.2'
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# The short X.Y version.
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.1'
release = '1.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
README = open(join(dirname(__file__), 'README.rst')).read()
setup(
name='django-oneall',
version='1.1.1',
version='1.1.2',
packages=find_packages(),
package_data={
'django_oneall/templates/oneall': [
Expand Down

0 comments on commit 8d9e823

Please sign in to comment.