Skip to content

Commit

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

0.9.16 (Unreleased)
-------------------

0.9.15
------

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

if __name__ == "__main__":

Expand Down

0 comments on commit c8b1ad5

Please sign in to comment.