Skip to content

Commit

Permalink
Release 0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hurst committed Jun 28, 2023
1 parent 4a1da6d commit e5e6954
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.16 (Unreleased)
-------------------
0.9.16
------

Released on 2023-06-28.

New Features:

Expand Down
4 changes: 2 additions & 2 deletions 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.16a1"
version_info = (0, 9, 15)
__version__ = "0.9.16"
version_info = (0, 9, 16)
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.16a1"
VERSION = "0.9.16"

if __name__ == "__main__":

Expand Down

0 comments on commit e5e6954

Please sign in to comment.