Release as v0.21.1

pull/191/head
JensDiemer 2025-05-01 00:17:16 +02:00
rodzic c7bae912cc
commit 7ecbedd764
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -166,7 +166,7 @@ To make a new release, do this:
[comment]: <> (✂✂✂ auto generated history start ✂✂✂)
* [v0.21.1rc1](https://github.com/jedie/PyInventory/compare/v0.21.0...v0.21.1rc1)
* [v0.21.1](https://github.com/jedie/PyInventory/compare/v0.21.0...v0.21.1)
* 2025-05-01 - Replace setuptools with hatchling
* 2025-04-30 - Update requirements and some small code parts
* [v0.21.0](https://github.com/jedie/PyInventory/compare/v0.20.1...v0.21.0)

Wyświetl plik

@ -8,5 +8,5 @@
"""
# See https://packaging.python.org/en/latest/specifications/version-specifiers/
__version__ = '0.21.1rc1'
__version__ = '0.21.1'
__author__ = 'Jens Diemer <PyInventory@jensdiemer.de>'