Skip to content

Commit e3dac64

Browse files
committed
Bump version to 0.9.10
1 parent 2bd72ed commit e3dac64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/news.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This describes the latest changes between the PySDL2 releases.
55
0.9.10
66
------
77

8-
Released on XXXX-XX-XX.
8+
Released on 2022-01-11.
99

1010
New Features:
1111

sdl2/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@
7070
SDL_WasInit = _bind("SDL_WasInit", [Uint32], Uint32)
7171
SDL_Quit = _bind("SDL_Quit")
7272

73-
__version__ = "0.9.9"
74-
version_info = (0, 9, 9)
73+
__version__ = "0.9.10"
74+
version_info = (0, 9, 10)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# from distutils.core import setup
66
from setuptools import setup
77

8-
VERSION = "0.9.9"
8+
VERSION = "0.9.10"
99

1010
if __name__ == "__main__":
1111

0 commit comments

Comments
 (0)