1
0

[bthlabs-jsonrpc-django] v1.2.0

This commit is contained in:
Tomek Wójcik 2025-09-08 10:51:06 +02:00
parent 86b8564a50
commit 3c58c21af5
3 changed files with 4 additions and 4 deletions

View File

@ -10,4 +10,4 @@ from .executor import DjangoExecutor # noqa: F401
from .serializer import DjangoJSONRPCSerializer # noqa: F401 from .serializer import DjangoJSONRPCSerializer # noqa: F401
from .views import JSONRPCView # noqa: F401 from .views import JSONRPCView # noqa: F401
__version__ = '1.1.0' __version__ = '1.2.0'

View File

@ -21,10 +21,10 @@ sys.path.insert(0, os.path.abspath('../../'))
project = 'BTHLabs JSONRPC - Django' project = 'BTHLabs JSONRPC - Django'
copyright = '2022-present Tomek Wójcik' copyright = '2022-present Tomek Wójcik'
author = 'Tomek Wójcik' author = 'Tomek Wójcik'
version = '1.1.0' version = '1.2.0'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '1.1.0' release = '1.2.0'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "bthlabs-jsonrpc-django" name = "bthlabs-jsonrpc-django"
version = "1.1.0" version = "1.2.0"
description = "BTHLabs JSONRPC - Django integration" description = "BTHLabs JSONRPC - Django integration"
authors = ["Tomek Wójcik <contact@bthlabs.pl>"] authors = ["Tomek Wójcik <contact@bthlabs.pl>"]
maintainers = ["BTHLabs <contact@bthlabs.pl>"] maintainers = ["BTHLabs <contact@bthlabs.pl>"]