Skip to content

Commit

Permalink
Prepare release of v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cogu committed Feb 11, 2024
1 parent 55d0da1 commit 663b9a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The first name in a bullet point below is the Python class name while the second
Elements marked as `collectable` means that they can be added directly to a package.
Non-collectable elements are various sub-elements to collectable elements.

## Unreleased
## [v0.5.2] - 2024-02-11

### Added

Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[project]
name = "autosar"
version = "0.5.2a1"
version = "0.5.2"
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"'
]

[build-system]
Expand Down

0 comments on commit 663b9a5

Please sign in to comment.