We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fd57e commit db94bfdCopy full SHA for db94bfd
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.5.3
+current_version = 1.6.0
3
files = setup.py docs/conf.py
4
commit = True
5
tag = True
docs/conf.py
@@ -54,7 +54,7 @@
54
#
55
56
# The full version, including alpha/beta/rc tags.
57
-release = '1.5.3'
+release = '1.6.0'
58
59
# The short X.Y version.
60
version = '.'.join(release.split('.')[0:2])
setup.py
@@ -2,7 +2,7 @@
setup(
name='django-user-sessions',
- version='1.5.3',
+ version='1.6.0',
6
description='Django sessions with a foreign key to the user',
7
long_description=open('README.rst').read(),
8
author='Bouke Haarsma',
0 commit comments