File tree 3 files changed +4
-6
lines changed 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.
5
5
0.9.12
6
6
------
7
7
8
- Released on XXXX-XX-XX .
8
+ Released on 2022-07-18 .
9
9
10
10
New Features:
11
11
@@ -20,8 +20,6 @@ New Features:
20
20
wrappers around the ctypes bindings), and also allows developers to write code
21
21
that will not break when other SDL2 modules are eventually migrated to similar
22
22
Python-wrapped bindings.
23
- * Added an informative warning for users using pysdl2-dll with PySDL2 on an
24
- Apple Silicon Mac.
25
23
26
24
27
25
Fixed Bugs:
Original file line number Diff line number Diff line change 48
48
_SDL_SetMainReady = _bind ("SDL_SetMainReady" )
49
49
_SDL_SetMainReady ()
50
50
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 5
5
# from distutils.core import setup
6
6
from setuptools import setup
7
7
8
- VERSION = "0.9.11 "
8
+ VERSION = "0.9.12 "
9
9
10
10
if __name__ == "__main__" :
11
11
You can’t perform that action at this time.
0 commit comments