We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72ecf0 commit 055442bCopy full SHA for 055442b
CHANGELOG.md
@@ -5,7 +5,7 @@ The first name in a bullet point below is the Python class name while the second
5
Elements marked as `collectable` means that they can be added directly to a package.
6
Non-collectable elements are various sub-elements to collectable elements.
7
8
-## Unreleased
+## [v0.5.3] - 2024-03-29
9
10
### Added
11
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "autosar"
3
-version = "0.5.3a1"
+version = "0.5.3"
4
description = "A set of Python modules for working with AUTOSAR XML files"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments