Skip to content

Commit 27020e3

Browse files
committed
1.0.5
Automatically generated by python-semantic-release
1 parent 2c5fa8e commit 27020e3

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
<!--start-docs-->
44

55

6+
## Version 1.0.5
7+
8+
Released 13-11-2024
9+
10+
### Bug Fixes
11+
12+
* [`2c5fa8e`](https://github.com/mtrocadomoreira/ozzy/commit/2c5fa8eb4c939c17143ad80d8c3faf22e1eb2aae): Remove obsolete argument for `backend.parse_data` that was being called from `ozzy.open_compare` and raising an error
13+
14+
15+
16+
17+
18+
19+
### Documentation
20+
21+
* [`60afa7d`](https://github.com/mtrocadomoreira/ozzy/commit/60afa7d34ca879633c0d650242b8bd1749b41a77): Fix some broken links after update
22+
23+
24+
25+
26+
27+
28+
629
## Version 1.0.4
730

831
Released 12-11-2024

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "ozzy-pic"
7-
version = "1.0.4"
7+
version = "1.0.5"
88
description = "PIC simulation data analysis for the lazy and impatient"
99
authors = [
1010
"Mariana Moreira <[email protected]>",

src/ozzy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
]
1515

1616

17-
__version__ = "1.0.4"
17+
__version__ = "1.0.5"

0 commit comments

Comments
 (0)