Skip to content

Commit

Permalink
Release version 0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hurst committed Sep 3, 2022
1 parent 634c12f commit 34ee299
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Thanks to everyone else for their assistance, support, fixes and improvements:
* Linus Heckemann
* Marcel Rodrigues
* Martin Chaperot-Merino
* Matěj Cepl
* Max Bareiss
* mgorny
* Michael McCandless
Expand Down
2 changes: 2 additions & 0 deletions doc/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This describes the latest changes between the PySDL2 releases.
0.9.14 (Unreleased)
-------------------

Released on 2022-09-03.

New Features:

* Added a new function :func:`~sdl2.ext.get_displays` and class
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.14a1"
__version__ = "0.9.14"
version_info = (0, 9, 14)
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.14a1"
VERSION = "0.9.14"

if __name__ == "__main__":

Expand Down

0 comments on commit 34ee299

Please sign in to comment.