Skip to content

Commit

Permalink
Falcon-Limiter 0.1.0 -> 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-fedor committed Oct 12, 2020
1 parent 2611708 commit 5e8ed9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = False
tag = True
sign_tags = True
Expand Down
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.1.0'
release = '0.1.1'


# -- 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-Limiter's documentation!
==========================================

Version: 0.1.0
Version: 0.1.1

Falcon-Limiter provides advanced rate limiting support to the
`Falcon web framework <https://github.com/falconry/falcon>`_.
Expand Down
2 changes: 1 addition & 1 deletion falcon_limiter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""" Falcon-Limiter - a rate limiting module for the Falcon web framework
"""

__version__ = "0.1.0"
__version__ = "0.1.1"

from falcon_limiter import utils
from falcon_limiter.limiter import Limiter

0 comments on commit 5e8ed9f

Please sign in to comment.