Skip to content

Commit

Permalink
Start work on next release of PySDL2
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hurst committed Jun 28, 2023
1 parent e5e6954 commit 4c4494c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions doc/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Release News
============
This describes the latest changes between the PySDL2 releases.

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


0.9.16
------

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.16"
version_info = (0, 9, 16)
__version__ = "0.9.17a1"
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.16"
VERSION = "0.9.17a1"

if __name__ == "__main__":

Expand Down

0 comments on commit 4c4494c

Please sign in to comment.