kopia lustrzana https://github.com/Yakifo/amqtt
release candidate version and changelog updates for 0.11.1
rodzic
352678c87e
commit
1bb78ef5d2
|
@ -1,3 +1,3 @@
|
|||
"""INIT."""
|
||||
|
||||
__version__ = "0.11.0"
|
||||
__version__ = "0.11.1rc0"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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" }
|
||||
|
|
2
uv.lock
2
uv.lock
|
@ -9,7 +9,7 @@ resolution-markers = [
|
|||
|
||||
[[package]]
|
||||
name = "amqtt"
|
||||
version = "0.11.0"
|
||||
version = "0.11.1rc0"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "passlib" },
|
||||
|
|
Ładowanie…
Reference in New Issue