Skip to content

Commit 34ee299

Browse files
committed
Release version 0.9.14
1 parent 634c12f commit 34ee299

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Thanks to everyone else for their assistance, support, fixes and improvements:
3333
* Linus Heckemann
3434
* Marcel Rodrigues
3535
* Martin Chaperot-Merino
36+
* Matěj Cepl
3637
* Max Bareiss
3738
* mgorny
3839
* Michael McCandless

doc/news.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This describes the latest changes between the PySDL2 releases.
55
0.9.14 (Unreleased)
66
-------------------
77

8+
Released on 2022-09-03.
9+
810
New Features:
911

1012
* Added a new function :func:`~sdl2.ext.get_displays` and class

sdl2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
_SDL_SetMainReady = _bind("SDL_SetMainReady")
5050
_SDL_SetMainReady()
5151

52-
__version__ = "0.9.14a1"
52+
__version__ = "0.9.14"
5353
version_info = (0, 9, 14)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import re
55
from setuptools import setup
66

7-
VERSION = "0.9.14a1"
7+
VERSION = "0.9.14"
88

99
if __name__ == "__main__":
1010

0 commit comments

Comments
 (0)