diff --git a/django_oneall/__init__.py b/django_oneall/__init__.py index 43e894b..1b61e73 100644 --- a/django_oneall/__init__.py +++ b/django_oneall/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '1.1.2' +__version__ = '1.2' diff --git a/docs/conf.py b/docs/conf.py index e3c4661..a606a3f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,9 +64,9 @@ # built documents. # # The short X.Y version. -version = '1.1' +version = '1.2' # The full version, including alpha/beta/rc tags. -release = '1.1.2' +release = '1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 05cc1e6..13cc332 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ README = open(join(dirname(__file__), 'README.rst')).read() setup( name='django-oneall', - version='1.1.2', + version='1.2', packages=find_packages(), package_data={ 'django_oneall/templates/oneall': [