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 11[bumpversion]
2- current_version = 1.3.1
2+ current_version = 1.4.0
33files = setup.py docs/conf.py
44commit = True
55tag = True
66tag_name = {new_version}
7+
Original file line number Diff line number Diff line change 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.
6060version = '.' .join (release .split ('.' )[0 :2 ])
Original file line number Diff line number Diff line change 11Release 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
Original file line number Diff line number Diff line change 22
33setup (
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' ,
You can’t perform that action at this time.
0 commit comments