Skip to content

Commit db94bfd

Browse files
committed
Bump version: 1.5.3 → 1.6.0
1 parent 91fd57e commit db94bfd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.3
2+
current_version = 1.6.0
33
files = setup.py docs/conf.py
44
commit = True
55
tag = True

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#
5555

5656
# The full version, including alpha/beta/rc tags.
57-
release = '1.5.3'
57+
release = '1.6.0'
5858

5959
# The short X.Y version.
6060
version = '.'.join(release.split('.')[0:2])

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='django-user-sessions',
5-
version='1.5.3',
5+
version='1.6.0',
66
description='Django sessions with a foreign key to the user',
77
long_description=open('README.rst').read(),
88
author='Bouke Haarsma',

0 commit comments

Comments
 (0)