Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
* Restructures the project (#91)
* Add dependabot.yml
* Add support to async and await
* Add badge docs
* Add FUNDING.yml
* Unindent & highlight code sections (#150)
  • Loading branch information
nycholas committed Nov 30, 2021
1 parent e5307a9 commit 8295c30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
project = 'Flask-JSONRPC'
copyright = '2021, Nycholas de Oliveira e Oliveira' # pylint: disable=W0622
author = 'Nycholas de Oliveira e Oliveira'
release = '2.1.0.beta'
version = '2.1.0.beta'
release = '2.1.0'
version = '2.1.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/flask_jsonrpc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
from .views import JSONRPCView
from .blueprints import JSONRPCBlueprint

__version__ = '2.1.0.beta'
__version__ = '2.1.0'

0 comments on commit 8295c30

Please sign in to comment.