Skip to content

Commit 02459c4

Browse files
committed
v3.7.1 release
1 parent b747dea commit 02459c4

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/generated/extracted_rst_api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6194,7 +6194,7 @@
61946194

61956195
.. py:data:: mitsuba.MI_VERSION
61966196
:type: str
6197-
:value: 3.7.0
6197+
:value: 3.7.1
61986198

61996199
.. py:data:: mitsuba.MI_VERSION_MAJOR
62006200
:type: int
@@ -6206,7 +6206,7 @@
62066206

62076207
.. py:data:: mitsuba.MI_VERSION_PATCH
62086208
:type: int
6209-
:value: 0
6209+
:value: 1
62106210

62116211
.. py:data:: mitsuba.MI_YEAR
62126212
:type: str

docs/release_notes.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Being an experimental research framework, Mitsuba 3 does not strictly follow the
55
`Semantic Versioning <https://semver.org/>`__ convention. That said, we will
66
strive to document breaking API changes in the release notes below.
77

8-
Upcoming release
9-
----------------
8+
Mitsuba 3.7.1
9+
-------------
10+
*October 17, 2025*
1011

1112
- Upgrade Dr.Jit to version `1.2.0
1213
<https://github.com/mitsuba-renderer/drjit/releases/tag/v1.2.0>`__. This

include/mitsuba/mitsuba.h

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

1111
#define MI_VERSION_MAJOR 3
1212
#define MI_VERSION_MINOR 7
13-
#define MI_VERSION_PATCH 0
13+
#define MI_VERSION_PATCH 1
1414

1515
#define MI_STRINGIFY(x) #x
1616
#define MI_TOSTRING(x) MI_STRINGIFY(x)

0 commit comments

Comments
 (0)