Skip to content

Commit 7ce3ba0

Browse files
committed
1.0.6
Automatically generated by python-semantic-release
1 parent 65c7549 commit 7ce3ba0

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.6
7+
8+
Released 13-11-2024
9+
10+
### Bug Fixes
11+
12+
* [`65c7549`](https://github.com/mtrocadomoreira/ozzy/commit/65c7549571e5130dac7656eb055d854ea936e4b8): Expression with double quotes inside double quotes was throwing an error for python 3.10
13+
14+
15+
16+
17+
18+
19+
620
## Version 1.0.5
721

822
Released 13-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.5"
7+
version = "1.0.6"
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.5"
17+
__version__ = "1.0.6"

0 commit comments

Comments
 (0)