We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d0da1 commit 663b9a5Copy full SHA for 663b9a5
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.2] - 2024-02-11
9
10
### Added
11
pyproject.toml
@@ -1,11 +1,12 @@
1
[project]
2
name = "autosar"
3
-version = "0.5.2a1"
+version = "0.5.2"
4
description = "A set of Python modules for working with AUTOSAR XML files"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
- "lxml"
+ "lxml",
+ 'tomli >= 1.1.0; python_version < "3.11"'
]
12
[build-system]
0 commit comments