We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1abe107 commit 7b4f7c0Copy full SHA for 7b4f7c0
docs/changes/v1.3.2.rst
@@ -0,0 +1,9 @@
1
+.. _v1.3.2:
2
+
3
+1.3.2
4
+=====
5
6
+Changes
7
+.......
8
9
+* Added wheels for Python 3.11 (contributed by James Meakin)
openjpeg/_version.py
@@ -3,7 +3,7 @@
import re
-__version__ = '1.3.1'
+__version__ = '1.3.2'
VERSION_PATTERN = r"""
0 commit comments