Skip to content

Commit 08a26f8

Browse files
committed
Release 0.9.17
1 parent 5b3db64 commit 08a26f8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

doc/news.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ Release News
22
============
33
This describes the latest changes between the PySDL2 releases.
44

5-
0.9.17 (Unreleased)
6-
-------------------
5+
0.9.17
6+
------
7+
8+
Released on 2023-12-30.
79

810
New Features:
911

sdl2/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
_SDL_SetMainReady = _bind("SDL_SetMainReady")
5050
_SDL_SetMainReady()
5151

52-
__version__ = "0.9.17a1"
52+
__version__ = "0.9.17"
5353
version_info = (0, 9, 17)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import re
55
from setuptools import setup
66

7-
VERSION = "0.9.17a1"
7+
VERSION = "0.9.17"
88

99
if __name__ == "__main__":
1010

0 commit comments

Comments
 (0)