File tree 4 files changed +5
-5
lines changed
src/django_session_timeout
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.4
2
+ current_version = 0.1.0
3
3
commit = true
4
4
tag = true
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 56
56
# |version| and |release|, also used in various other places throughout the
57
57
# built documents.
58
58
#
59
- version = '0.0.4 '
59
+ version = '0.1.0 '
60
60
release = version
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
139
139
# The name for this set of Sphinx documents.
140
140
# "<project> v<release> documentation" by default.
141
141
#
142
- # html_title = u'django-session-timeout v0.0.4 '
142
+ # html_title = u'django-session-timeout v0.1.0 '
143
143
144
144
# A shorter title for the navigation bar. Default is the same as html_title.
145
145
#
Original file line number Diff line number Diff line change 27
27
28
28
setup (
29
29
name = "django-session-timeout" ,
30
- version = "0.0.4 " ,
30
+ version = "0.1.0 " ,
31
31
description = "Middleware to expire sessions after specific amount of time" ,
32
32
long_description = long_description ,
33
33
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