Skip to content

Commit f0f21a8

Browse files
committed
1.0.9
Automatically generated by python-semantic-release
1 parent a3cfe10 commit f0f21a8

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

55

6+
## Version 1.0.9
7+
8+
Released 28-01-2025
9+
10+
### Bug Fixes
11+
12+
* [`a3cfe10`](https://github.com/mtrocadomoreira/ozzy/commit/a3cfe10f77172817294f7330690d665a7a1a71a9): One argument of `set_attr_if_exists` was missing its default value, which was throwing an error e.g. when `ds.ozzy.save` was called
13+
14+
15+
16+
17+
18+
19+
620
## Version 1.0.8
721

822
Released 24-01-2025

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.8"
7+
version = "1.0.9"
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.8"
17+
__version__ = "1.0.9"

0 commit comments

Comments
 (0)