Skip to content

Commit 48a9f89

Browse files
committed
Bump version to 0.9.11
1 parent 2295367 commit 48a9f89

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Thanks to everyone else for their assistance, support, fixes and improvements:
4141
* Rob Rolls
4242
* Robert Winkler
4343
* Roger Flores
44+
* Simon McVittie
4445
* smea lum
4546
* stillinbeta
4647
* Sven Eckelmann

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.11
66
------
77

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

1010
New Features:
1111

sdl2/__init__.py

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

72-
__version__ = "0.9.10"
73-
version_info = (0, 9, 10)
72+
__version__ = "0.9.11"
73+
version_info = (0, 9, 11)

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.10"
8+
VERSION = "0.9.11"
99

1010
if __name__ == "__main__":
1111

0 commit comments

Comments
 (0)