Skip to content

Commit 1742307

Browse files
committed
Release version 0.9.15
1 parent 49aa61b commit 1742307

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

doc/news.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ Release News
22
============
33
This describes the latest changes between the PySDL2 releases.
44

5-
0.9.15 (Unreleased)
6-
-------------------
5+
0.9.15
6+
------
7+
8+
Released on 2023-01-08.
79

810
New Features:
911

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.15a1"
52+
__version__ = "0.9.15"
5353
version_info = (0, 9, 15)

setup.py

Lines changed: 2 additions & 2 deletions
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.15a1"
7+
VERSION = "0.9.15"
88

99
if __name__ == "__main__":
1010

@@ -42,11 +42,11 @@
4242
"Programming Language :: Python",
4343
"Programming Language :: Python :: 2.7",
4444
"Programming Language :: Python :: 3",
45-
"Programming Language :: Python :: 3.6",
4645
"Programming Language :: Python :: 3.7",
4746
"Programming Language :: Python :: 3.8",
4847
"Programming Language :: Python :: 3.9",
4948
"Programming Language :: Python :: 3.10",
49+
"Programming Language :: Python :: 3.11",
5050
"Programming Language :: Python :: Implementation :: CPython",
5151
"Programming Language :: Python :: Implementation :: PyPy",
5252
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)