Skip to content

Commit 5dfca47

Browse files
committed
RELEASE 3.1.9 Bump for final release
1 parent 1a09280 commit 5dfca47

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

OpenGL/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Declares the current version for use in setuptools and the like"""
22

3-
__version__ = "3.1.9a2"
3+
__version__ = "3.1.9"

accelerate/OpenGL_accelerate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
script in the top level of the PyOpenGL source package.
88
"""
99

10-
__version__ = "3.1.9a2"
10+
__version__ = "3.1.9"
1111
__version_tuple__ = (3, 1, 9)

accelerate/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ but performance without it will be poor.
66

77
## Build Process
88

9-
Cython is updated frequently to support newer versions of Python. As of
10-
release 3.1.9 we no longer check in the Cython generated code for the
9+
Cython is updated frequently to support newer versions of Python. As of
10+
release 3.1.9 we no longer check in the Cython generated code for the
1111
wrapper modules, relying on the build machines to generate the wrappers.
1212

13-
The Github CI Pipeline should generate and release binary builds for most
13+
The Github CI Pipeline should generate and release binary builds for most
1414
major platforms (Windows, Linux, Mac), but if you need to build from source,
1515
a `pip install .` **should** work from the PyOpenGL repository.

0 commit comments

Comments
 (0)