Skip to content

Commit

Permalink
Version bump; also dev status bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liz4v committed Feb 12, 2016
1 parent 10e0637 commit fe6444b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0'
__version__ = '1.1.1'
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'
release = '1.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions 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.0',
version='1.1.1',
packages=find_packages(),
package_data={
'django_oneall/templates/oneall': [
Expand All @@ -27,7 +27,7 @@
maintainer='Ekevoo',
maintainer_email='[email protected]',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django :: 1.8',
'Intended Audience :: Developers',
Expand Down

0 comments on commit fe6444b

Please sign in to comment.