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 01d2acb commit 5fa8237Copy full SHA for 5fa8237
.bumpversion.cfg
@@ -1,4 +1,4 @@
1
[bumpversion]
2
-current_version = 1.2.0
+current_version = 1.3.0
3
files = setup.py docs/conf.py
4
docs/conf.py
@@ -54,7 +54,7 @@
54
#
55
56
# The full version, including alpha/beta/rc tags.
57
-release = '1.2.0'
+release = '1.3.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',
5
- version='1.2.0',
+ version='1.3.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