Skip to content

Commit

Permalink
Release version 0.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hurst committed Jan 8, 2023
1 parent 49aa61b commit 1742307
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions doc/news.rst
Expand Up @@ -2,8 +2,10 @@ Release News
============
This describes the latest changes between the PySDL2 releases.

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

Released on 2023-01-08.

New Features:

Expand Down
2 changes: 1 addition & 1 deletion sdl2/__init__.py
Expand Up @@ -49,5 +49,5 @@
_SDL_SetMainReady = _bind("SDL_SetMainReady")
_SDL_SetMainReady()

__version__ = "0.9.15a1"
__version__ = "0.9.15"
version_info = (0, 9, 15)
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -4,7 +4,7 @@
import re
from setuptools import setup

VERSION = "0.9.15a1"
VERSION = "0.9.15"

if __name__ == "__main__":

Expand Down Expand Up @@ -42,11 +42,11 @@
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down

0 comments on commit 1742307

Please sign in to comment.