Skip to content

Commit

Permalink
Bump release to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfletch committed Jan 4, 2020
1 parent d06c1ac commit 3e9791f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OpenGL/acceleratesupport.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Common code for accelerated modules"""
import logging
from OpenGL import _configflags
needed_version = (3,1,3)
needed_version = (3,1,5)
_log = logging.getLogger( 'OpenGL.acceleratesupport' )
try:
import OpenGL_accelerate
Expand Down
2 changes: 1 addition & 1 deletion OpenGL/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Declares the current version for use in setuptools and the like"""
__version__ = '3.1.4'
__version__ = '3.1.5'
4 changes: 2 additions & 2 deletions accelerate/OpenGL_accelerate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
PyOpenGL package and is built via the setupaccel.py
script in the top level of the PyOpenGL source package.
"""
__version__ = '3.1.4'
__version_tuple__ = (3,1,4)
__version__ = '3.1.5'
__version_tuple__ = (3,1,5)

0 comments on commit 3e9791f

Please sign in to comment.