release candidate version and changelog updates for 0.11.1

issues/232
Andrew Mirsky 2025-06-25 18:52:28 -04:00
rodzic 352678c87e
commit 1bb78ef5d2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A98E67635CDF2C39
4 zmienionych plików z 10 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,3 @@
"""INIT."""
__version__ = "0.11.0"
__version__ = "0.11.1rc0"

Wyświetl plik

@ -1,5 +1,12 @@
# Changelog
## 0.11.1
- [PR #226](https://github.com/Yakifo/amqtt/pull/226) Consolidate super classes for plugins
- [PR #227](https://github.com/Yakifo/amqtt/pull/227) Update sample files
- [PR #229](https://github.com/Yakifo/amqtt/pull/229) & [PR #228](https://github.com/Yakifo/amqtt/pull/228) Broken pypi and test.amqtt.io links
- [PR #232](https://github.com/Yakifo/amqtt/pull/234) $SYS additions for cpu & mem.
## 0.11.0
- upgrades to support python 3.10, 3.11, 3.12 and 3.13

Wyświetl plik

@ -20,7 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.13"
]
version = "0.11.0"
version = "0.11.1rc0"
requires-python = ">=3.10.0"
readme = "README.md"
license = { text = "MIT" }

Wyświetl plik

@ -9,7 +9,7 @@ resolution-markers = [
[[package]]
name = "amqtt"
version = "0.11.0"
version = "0.11.1rc0"
source = { editable = "." }
dependencies = [
{ name = "passlib" },