1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 01:26:36 +02:00

Bump version to 0.11.3 and update toxcore version in static build script

This commit is contained in:
jfreegman
2021-12-24 14:21:26 -05:00
parent 602d9d97c1
commit 0239509439
4 changed files with 7 additions and 7 deletions

View File

@ -55,9 +55,9 @@ author = 'Jakob Kreuze'
# built documents.
#
# The short X.Y version.
version = '0.11.2'
version = '0.11.3'
# The full version, including alpha/beta/rc tags.
release = '0.11.2'
release = '0.11.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -151,4 +151,4 @@ texinfo_documents = [
(master_doc, 'toxic_api', 'toxic_api Documentation',
author, 'toxic_api', 'One line description of project.',
'Miscellaneous'),
]
]