File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This describes the latest changes between the PySDL2 releases.
550.9.12
66------
77
8- Released on XXXX-XX-XX .
8+ Released on 2022-07-18 .
99
1010New Features:
1111
@@ -20,8 +20,6 @@ New Features:
2020 wrappers around the ctypes bindings), and also allows developers to write code
2121 that will not break when other SDL2 modules are eventually migrated to similar
2222 Python-wrapped bindings.
23- * Added an informative warning for users using pysdl2-dll with PySDL2 on an
24- Apple Silicon Mac.
2523
2624
2725Fixed Bugs:
Original file line number Diff line number Diff line change 4848_SDL_SetMainReady = _bind ("SDL_SetMainReady" )
4949_SDL_SetMainReady ()
5050
51- __version__ = "0.9.11 "
52- version_info = (0 , 9 , 11 )
51+ __version__ = "0.9.12 "
52+ version_info = (0 , 9 , 12 )
Original file line number Diff line number Diff line change 55# from distutils.core import setup
66from setuptools import setup
77
8- VERSION = "0.9.11 "
8+ VERSION = "0.9.12 "
99
1010if __name__ == "__main__" :
1111
You can’t perform that action at this time.
0 commit comments