File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.3.0
2+ current_version = 1.3.1
33files = setup.py docs/conf.py
44
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Releasing
108108---------
109109The 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]
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.0 '
57+ release = '1.3.1 '
5858
5959# The short X.Y version.
6060version = '.' .join (release .split ('.' )[0 :2 ])
Original file line number Diff line number Diff line change 22
33setup (
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' ,
You can’t perform that action at this time.
0 commit comments