Skip to content

Commit 5fa8237

Browse files
committed
Released version 1.3.0
1 parent 01d2acb commit 5fa8237

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,4 +1,4 @@
11
[bumpversion]
2-
current_version = 1.2.0
2+
current_version = 1.3.0
33
files = setup.py docs/conf.py
44

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.2.0'
57+
release = '1.3.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.2.0',
5+
version='1.3.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)