Skip to content

Commit 914dd13

Browse files
committed
Bump version to 3.0.3.1 so we can re-relase fixed python wheels
Signed-off-by: Larry Gritz <[email protected]>
1 parent 407f588 commit 914dd13

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release 3.0.3.1 (Feb 1, 2025) -- compared to 3.0.3.1
2+
-----------------------------------------------------
3+
The code is identical to v3.0.3.0, but some build issues were fixed to allow
4+
proper build and upload of the Python wheels to PyPI for the Linux ARM
5+
variants.
6+
7+
18
Release 3.0.3.0 (Feb 1, 2025) -- compared to 3.0.2.0
29
-----------------------------------------------------
310
- 🐍🎉🍾 **Python wheels workflow and build backend** -- beginning with

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
cmake_minimum_required (VERSION 3.18.2)
66

7-
set (OpenImageIO_VERSION "3.0.3.0")
7+
set (OpenImageIO_VERSION "3.0.3.1")
88
set (OpenImageIO_VERSION_OVERRIDE "" CACHE STRING
99
"Version override (use with caution)!")
1010
mark_as_advanced (OpenImageIO_VERSION_OVERRIDE)

0 commit comments

Comments
 (0)