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 4a1da6d commit e5e6954Copy full SHA for e5e6954
doc/news.rst
@@ -2,8 +2,10 @@ Release News
2
============
3
This describes the latest changes between the PySDL2 releases.
4
5
-0.9.16 (Unreleased)
6
--------------------
+0.9.16
+------
7
+
8
+Released on 2023-06-28.
9
10
New Features:
11
sdl2/__init__.py
@@ -49,5 +49,5 @@
49
_SDL_SetMainReady = _bind("SDL_SetMainReady")
50
_SDL_SetMainReady()
51
52
-__version__ = "0.9.16a1"
53
-version_info = (0, 9, 15)
+__version__ = "0.9.16"
+version_info = (0, 9, 16)
setup.py
@@ -4,7 +4,7 @@
import re
from setuptools import setup
-VERSION = "0.9.16a1"
+VERSION = "0.9.16"
if __name__ == "__main__":
0 commit comments