File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.3.1
2
+ current_version = 1.4.0
3
3
files = setup.py docs/conf.py
4
4
commit = True
5
5
tag = True
6
6
tag_name = {new_version}
7
+
Original file line number Diff line number Diff line change 54
54
#
55
55
56
56
# The full version, including alpha/beta/rc tags.
57
- release = '1.3.1 '
57
+ release = '1.4.0 '
58
58
59
59
# The short X.Y version.
60
60
version = '.' .join (release .split ('.' )[0 :2 ])
Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
- 1.4.0 (in development)
5
- ----------------------
4
+ 1.4.0
5
+ -----
6
6
* Added Django Channels support
7
7
* Fixed #62 -- Provide request.user in signals
8
8
* Ending current session will logout instead, make sure LOGOUT_REDIRECT_URL is set
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'django-user-sessions' ,
5
- version = '1.3.1 ' ,
5
+ version = '1.4.0 ' ,
6
6
description = 'Django sessions with a foreign key to the user' ,
7
7
long_description = open ('README.rst' ).read (),
8
8
author = 'Bouke Haarsma' ,
You can’t perform that action at this time.
0 commit comments