1
0

[bthlabs-jsonrpc-django] v1.2.0

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

View File

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