File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ Release News
22============
33This 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
810New Features:
911
Original file line number Diff line number Diff line change 4949_SDL_SetMainReady = _bind ("SDL_SetMainReady" )
5050_SDL_SetMainReady ()
5151
52- __version__ = "0.9.15a1 "
52+ __version__ = "0.9.15 "
5353version_info = (0 , 9 , 15 )
Original file line number Diff line number Diff line change 44import re
55from setuptools import setup
66
7- VERSION = "0.9.15a1 "
7+ VERSION = "0.9.15 "
88
99if __name__ == "__main__" :
1010
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" ,
You can’t perform that action at this time.
0 commit comments