Skip to content

Commit

Permalink
Falcon-Caching 0.3.4 -> 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-fedor committed Jan 31, 2022
1 parent 4613cbe commit 819e6e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.4
current_version = 1.0.0
commit = False
tag = True
sign_tags = True
Expand All @@ -16,4 +16,3 @@ replace = release = '{new_version}'
[bumpversion:file:./docs/index.rst]
search = Version: {current_version}
replace = Version: {new_version}

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
author = 'Zoltan Fedor'

# The full version, including alpha/beta/rc tags
release = '0.3.4'
release = '1.0.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Welcome to Falcon-Caching's documentation!
==========================================

Version: 0.3.4
Version: 1.0.0

Falcon-Caching adds cache support to the
`Falcon web framework <https://github.com/falconry/falcon>`_.
Expand Down
2 changes: 1 addition & 1 deletion falcon_caching/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""" Falcon-Caching - a caching module for the Falcon web framework
"""

__version__ = "0.3.4"
__version__ = "1.0.0"

from falcon_caching.cache import Cache
from falcon_caching.async_cache import AsyncCache

0 comments on commit 819e6e3

Please sign in to comment.