Skip to content

Commit cc8f5e3

Browse files
author
github-actions
committed
3.0.8
Automatically generated by python-semantic-release
1 parent 0b0012a commit cc8f5e3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v3.0.8 (2024-10-03)
6+
7+
### Other
8+
9+
* Set environ(OS_ARCH) ([#378](https://github.com/WIPACrepo/iceprod/issues/378)) ([`0b0012a`](https://github.com/WIPACrepo/iceprod/commit/0b0012ab55f6ab13d59ec8aa09eda0532a1632dc))
10+
511
## v3.0.7 (2024-10-03)
612

713
### Other

iceprod/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# is zero for an official release, positive for a development branch,
1010
# or negative for a release candidate or beta (after the base version
1111
# number has been incremented)
12-
__version__ = "3.0.7"
12+
__version__ = "3.0.8"
1313
version_info = (
1414
int(__version__.split(".")[0]),
1515
int(__version__.split(".")[1]),

0 commit comments

Comments
 (0)