Skip to content

Commit 535a173

Browse files
committed
Prepare release of v0.5.4
1 parent 93fdc21 commit 535a173

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

+1-2
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.4] - 2024-10-28
99

1010
### Added
1111

@@ -57,7 +57,6 @@ Non-collectable elements are various sub-elements to collectable elements.
5757
* TriggerRef
5858
* VariableAccessRef
5959

60-
6160
### Fixed
6261

6362
* Fixed parsing error on elements containing `ADMIN-DATA`.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "autosar"
3-
version = "0.5.4b1"
3+
version = "0.5.4"
44
description = "A set of Python modules for working with AUTOSAR XML files"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)