Skip to content

Commit 47e4eac

Browse files
committed
Released 1.3.1
1 parent 26b9da2 commit 47e4eac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.3.0
2+
current_version = 1.3.1
33
files = setup.py docs/conf.py
44

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Releasing
108108
---------
109109
The following actions are required to push a new version::
110110

111-
python example/manage.py makemigrations two_factor
111+
python example/manage.py makemigrations user_sessions
112112
git commit -am "Added migrations"
113113

114114
bumpversion [major|minor|patch]

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