Skip to content

Commit d4c303c

Browse files
committed
Bump version
1 parent ea206e0 commit d4c303c

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = true
44
tag = true
55
tag_name = {new_version}

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.1.1 (2025-10-03)
2+
------------------
3+
- Include query parameters in redirect
4+
5+
16
0.1.0 (2020-03-08)
27
------------------
38
- Add SESSION_TIMEOUT_REDIRECT to set a custom URL for redirect users which

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# |version| and |release|, also used in various other places throughout the
5757
# built documents.
5858
#
59-
version = '0.1.0'
59+
version = '0.1.1'
6060
release = version
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
@@ -139,7 +139,7 @@
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.1.0'
142+
# html_title = u'django-session-timeout v0.1.1'
143143

144144
# A shorter title for the navigation bar. Default is the same as html_title.
145145
#

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name="django-session-timeout",
30-
version="0.1.0",
30+
version="0.1.1",
3131
description="Middleware to expire sessions after specific amount of time",
3232
long_description=long_description,
3333
long_description_content_type="text/markdown",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)