diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8d44f6d..c91c5d8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.3.0 files = setup.py docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 194a17c..db5067c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ # # The full version, including alpha/beta/rc tags. -release = '1.2.0' +release = '1.3.0' # The short X.Y version. version = '.'.join(release.split('.')[0:2]) diff --git a/setup.py b/setup.py index ca3e370..a315aa8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-user-sessions', - version='1.2.0', + version='1.3.0', description='Django sessions with a foreign key to the user', long_description=open('README.rst').read(), author='Bouke Haarsma',