Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

Commit 7cbd110

Browse files
committed
Release 0.12.6
1 parent 1befcdd commit 7cbd110

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.12.6 (2023-05-20)
2+
3+
- Bind the sine generators
4+
- Start building Python 3.11 wheels
5+
- Update Synthizer so that setting positions or orientations to values
6+
containing NaN will error.
7+
18
# 0.12.4 (2022-09-24)
29

310
- Upgrade Synthizer to 0.11.9.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from Cython.Build import cythonize
99
from Cython.Compiler import Options
1010

11-
VERSION = "0.12.5"
11+
VERSION = "0.12.6"
1212

1313
# A helper for rmtree. On Windows, read-only files can't be deleted by rmtree, so we make them not readonly.
1414
def handle_remove_readonly(func, path, exc):

0 commit comments

Comments
 (0)