Skip to content

Commit 7ecbedd

Browse files
committed
Release as v0.21.1
1 parent c7bae91 commit 7ecbedd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ To make a new release, do this:
166166

167167
[comment]: <> (✂✂✂ auto generated history start ✂✂✂)
168168

169-
* [v0.21.1rc1](https://github.com/jedie/PyInventory/compare/v0.21.0...v0.21.1rc1)
169+
* [v0.21.1](https://github.com/jedie/PyInventory/compare/v0.21.0...v0.21.1)
170170
* 2025-05-01 - Replace setuptools with hatchling
171171
* 2025-04-30 - Update requirements and some small code parts
172172
* [v0.21.0](https://github.com/jedie/PyInventory/compare/v0.20.1...v0.21.0)

inventory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"""
99

1010
# See https://packaging.python.org/en/latest/specifications/version-specifiers/
11-
__version__ = '0.21.1rc1'
11+
__version__ = '0.21.1'
1212
__author__ = 'Jens Diemer <[email protected]>'

0 commit comments

Comments
 (0)