Skip to content

Commit e6f5b87

Browse files
committed
Bump version: 1.3.1 → 1.4.0
1 parent f34a945 commit e6f5b87

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[bumpversion]
2-
current_version = 1.3.1
2+
current_version = 1.4.0
33
files = setup.py docs/conf.py
44
commit = True
55
tag = True
66
tag_name = {new_version}
7+

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.1'
57+
release = '1.4.0'
5858

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

docs/release-notes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Release Notes
22
=============
33

4-
1.4.0 (in development)
5-
----------------------
4+
1.4.0
5+
-----
66
* Added Django Channels support
77
* Fixed #62 -- Provide request.user in signals
88
* Ending current session will logout instead, make sure LOGOUT_REDIRECT_URL is set

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.1',
5+
version='1.4.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)