Skip to content

Commit

Permalink
Bump version: 0.0.4 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Mar 8, 2020
1 parent 3150876 commit a64d96f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.4
current_version = 0.1.0
commit = true
tag = true
tag_name = {new_version}
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -56,7 +56,7 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
version = '0.0.4'
version = '0.1.0'
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down Expand Up @@ -139,7 +139,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = u'django-session-timeout v0.0.4'
# html_title = u'django-session-timeout v0.1.0'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@

setup(
name="django-session-timeout",
version="0.0.4",
version="0.1.0",
description="Middleware to expire sessions after specific amount of time",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/django_session_timeout/__init__.py
@@ -1 +1 @@
__version__ = "0.0.4"
__version__ = "0.1.0"

0 comments on commit a64d96f

Please sign in to comment.