Skip to content

Commit

Permalink
RELEASE 3.1.9 Bump for final release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfletch committed Jan 20, 2025
1 parent 1a09280 commit 5dfca47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OpenGL/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Declares the current version for use in setuptools and the like"""

__version__ = "3.1.9a2"
__version__ = "3.1.9"
2 changes: 1 addition & 1 deletion accelerate/OpenGL_accelerate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
script in the top level of the PyOpenGL source package.
"""

__version__ = "3.1.9a2"
__version__ = "3.1.9"
__version_tuple__ = (3, 1, 9)
6 changes: 3 additions & 3 deletions accelerate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ but performance without it will be poor.

## Build Process

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

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

0 comments on commit 5dfca47

Please # to comment.