Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
* Prepare code to create a typeshed stubs
* Add Pytype to analysis type code
* Add examples using Cerberus as validator (#37)
* Load fonts locally [offline mode] (#55)
* Remove redudant events logs (#258)
* Bump version in pre-commit-config.yaml
  • Loading branch information
nycholas committed Oct 19, 2022
1 parent 17b1cd1 commit d6a6b84
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.2.2beta'
version = '2.2.2beta'
release = '2.2.2'
version = '2.2.2'

# -- 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.2.2b0'
__version__ = '2.2.2'

0 comments on commit d6a6b84

Please sign in to comment.