Skip to content

Commit

Permalink
Release 0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hurst committed Dec 30, 2024
1 parent 5b3db64 commit 08a26f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions doc/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ Release News
============
This describes the latest changes between the PySDL2 releases.

0.9.17 (Unreleased)
-------------------
0.9.17
------

Released on 2023-12-30.

New Features:

Expand Down
2 changes: 1 addition & 1 deletion sdl2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
_SDL_SetMainReady = _bind("SDL_SetMainReady")
_SDL_SetMainReady()

__version__ = "0.9.17a1"
__version__ = "0.9.17"
version_info = (0, 9, 17)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import re
from setuptools import setup

VERSION = "0.9.17a1"
VERSION = "0.9.17"

if __name__ == "__main__":

Expand Down

0 comments on commit 08a26f8

Please sign in to comment.