We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3db64 commit 08a26f8Copy full SHA for 08a26f8
doc/news.rst
@@ -2,8 +2,10 @@ Release News
2
============
3
This describes the latest changes between the PySDL2 releases.
4
5
-0.9.17 (Unreleased)
6
--------------------
+0.9.17
+------
7
+
8
+Released on 2023-12-30.
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.17a1"
+__version__ = "0.9.17"
53
version_info = (0, 9, 17)
setup.py
@@ -4,7 +4,7 @@
import re
from setuptools import setup
-VERSION = "0.9.17a1"
+VERSION = "0.9.17"
if __name__ == "__main__":
0 commit comments