1
0
This commit is contained in:
2024-01-15 21:44:16 +01:00
parent 7baef8a7bc
commit d8caea5c34
11 changed files with 15 additions and 15 deletions

View File

@@ -3,4 +3,4 @@
from .executor import AioHttpExecutor # noqa: F401
from .views import JSONRPCView # noqa: F401
__version__ = '1.1.0b1'
__version__ = '1.1.0'

View File

@@ -24,7 +24,7 @@ author = 'Tomek Wójcik'
version = '1.1.0'
# The full version, including alpha/beta/rc tags
release = '1.1.0b1'
release = '1.1.0'
# -- General configuration ---------------------------------------------------

View File

@@ -225,7 +225,7 @@ dev = ["freezegun (>=1.0,<2.0)", "pytest (>=6.0)", "pytest-cov"]
[[package]]
name = "bthlabs-jsonrpc-core"
version = "1.1.0b1"
version = "1.1.0"
description = "BTHLabs JSONRPC - Core"
optional = false
python-versions = "^3.10"
@@ -1394,4 +1394,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "d811e0f6f906ebd7ffa9dbeaf0a17f3c104195069673d26ea05297a39a5d87bc"
content-hash = "662591bbaa3261926cd43f20ae4f4defc1647ae2508c11c334cad4118173823a"

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "bthlabs-jsonrpc-aiohttp"
version = "1.1.0b1"
version = "1.1.0"
description = "BTHLabs JSONRPC - aiohttp integration"
authors = ["Tomek Wójcik <contact@bthlabs.pl>"]
maintainers = ["BTHLabs <contact@bthlabs.pl>"]
@@ -13,7 +13,7 @@ documentation = "https://projects.bthlabs.pl/bthlabs-jsonrpc/aiohttp/"
[tool.poetry.dependencies]
python = "^3.10"
aiohttp = ">=3.6,<4.0"
bthlabs-jsonrpc-core = "1.1.0b1"
bthlabs-jsonrpc-core = "1.1.0"
[tool.poetry.group.dev.dependencies]
aiohttp = "3.9.1"