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 Sep 3, 2022
1 parent 34ee299 commit ac3d8ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion doc/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ Release News
============
This describes the latest changes between the PySDL2 releases.

0.9.14 (Unreleased)
0.9.15 (Unreleased)
-------------------


0.9.14
------

Released on 2022-09-03.

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

if __name__ == "__main__":

Expand Down

0 comments on commit ac3d8ee

Please sign in to comment.