Skip to content

Commit 663b9a5

Browse files
committed
Prepare release of v0.5.2
1 parent 55d0da1 commit 663b9a5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The first name in a bullet point below is the Python class name while the second
55
Elements marked as `collectable` means that they can be added directly to a package.
66
Non-collectable elements are various sub-elements to collectable elements.
77

8-
## Unreleased
8+
## [v0.5.2] - 2024-02-11
99

1010
### Added
1111

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[project]
22
name = "autosar"
3-
version = "0.5.2a1"
3+
version = "0.5.2"
44
description = "A set of Python modules for working with AUTOSAR XML files"
55
readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
8-
"lxml"
8+
"lxml",
9+
'tomli >= 1.1.0; python_version < "3.11"'
910
]
1011

1112
[build-system]

0 commit comments

Comments
 (0)