Release as v0.22.1
pull/206/head v0.22.1
Jens Diemer 2025-11-18 20:23:18 +01:00 zatwierdzone przez GitHub
commit 0fe306f944
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -166,7 +166,8 @@ To make a new release, do this:
[comment]: <> (✂✂✂ auto generated history start ✂✂✂)
* [**dev**](https://github.com/jedie/PyInventory/compare/v0.22.0...main)
* [v0.22.1](https://github.com/jedie/PyInventory/compare/v0.22.0...v0.22.1)
* 2025-11-18 - Fix #207 "All" Category can't be selected
* 2025-11-18 - Update requirements
* [v0.22.0](https://github.com/jedie/PyInventory/compare/v0.21.4...v0.22.0)
* 2025-10-16 - Add tests for PersistentRelatedFieldListFilter

Wyświetl plik

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