File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/django_session_timeout Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.4
2+ current_version = 0.1.0
33commit = true
44tag = true
55tag_name = {new_version}
Original file line number Diff line number Diff line change 5656# |version| and |release|, also used in various other places throughout the
5757# built documents.
5858#
59- version = '0.0.4 '
59+ version = '0.1.0 '
6060release = version
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
139139# The name for this set of Sphinx documents.
140140# "<project> v<release> documentation" by default.
141141#
142- # html_title = u'django-session-timeout v0.0.4 '
142+ # html_title = u'django-session-timeout v0.1.0 '
143143
144144# A shorter title for the navigation bar. Default is the same as html_title.
145145#
Original file line number Diff line number Diff line change 2727
2828setup (
2929 name = "django-session-timeout" ,
30- version = "0.0.4 " ,
30+ version = "0.1.0 " ,
3131 description = "Middleware to expire sessions after specific amount of time" ,
3232 long_description = long_description ,
3333 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 1- __version__ = "0.0.4 "
1+ __version__ = "0.1.0 "
You can’t perform that action at this time.
0 commit comments