diff --git a/amqtt/__init__.py b/amqtt/__init__.py index ef244ad..0eaf8fa 100644 --- a/amqtt/__init__.py +++ b/amqtt/__init__.py @@ -1,3 +1,3 @@ """INIT.""" -__version__ = "0.11.0" +__version__ = "0.11.1rc0" diff --git a/docs/changelog.md b/docs/changelog.md index 0765167..4f1e43a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d8a2a61..6af59e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" } diff --git a/uv.lock b/uv.lock index 4501155..7c853df 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,7 @@ resolution-markers = [ [[package]] name = "amqtt" -version = "0.11.0" +version = "0.11.1rc0" source = { editable = "." } dependencies = [ { name = "passlib" },