Skip to content

Commit 5e47ef4

Browse files
committed
Stage for v1.13.7.0
Signed-off-by: Larry Gritz <[email protected]>
1 parent e94b0fe commit 5e47ef4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
22
<!-- Copyright Contributors to the Open Shading Language Project. -->
33

4+
Release 1.13.7.0 -- 1 Mar 2024 (compared to 1.13.6.1)
5+
--------------------------------------------------------
6+
- *fix*: Mute partio error prints [#1774](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1774) (by olegul)
7+
- *ci*: Test with Mac ARM runner [#1770](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1770)
8+
- *docs*: Fix links to RTD docs from github landing page [#1768](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1768)
9+
- *admin*: Switch release announcement workflow to jmertic's awesome action [#1766](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/1766)
10+
11+
<br>
12+
13+
414
Release 1.13 -- Feb 1, 2024 (compared to 1.12)
5-
-------------------------------------------------------------
15+
===============================================
616
- beta 1: December 20, 2023
717
- release v1.13.6.1: Feb 1, 2024
818

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.15)
66

7-
set (OSL_VERSION "1.13.6.1")
7+
set (OSL_VERSION "1.13.7.0")
88
set (OSL_VERSION_OVERRIDE "" CACHE STRING
99
"Version override (use with caution)!")
1010
mark_as_advanced (OSL_VERSION_OVERRIDE)

0 commit comments

Comments
 (0)