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 2bd72ed commit e3dac64Copy full SHA for e3dac64
doc/news.rst
@@ -5,7 +5,7 @@ This describes the latest changes between the PySDL2 releases.
5
0.9.10
6
------
7
8
-Released on XXXX-XX-XX.
+Released on 2022-01-11.
9
10
New Features:
11
sdl2/__init__.py
@@ -70,5 +70,5 @@
70
SDL_WasInit = _bind("SDL_WasInit", [Uint32], Uint32)
71
SDL_Quit = _bind("SDL_Quit")
72
73
-__version__ = "0.9.9"
74
-version_info = (0, 9, 9)
+__version__ = "0.9.10"
+version_info = (0, 9, 10)
setup.py
@@ -5,7 +5,7 @@
# from distutils.core import setup
from setuptools import setup
-VERSION = "0.9.9"
+VERSION = "0.9.10"
if __name__ == "__main__":
0 commit comments