Skip to content

Commit ced24eb

Browse files
committed
Update version to 0.9.8
1 parent fee237a commit ced24eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/news.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This describes the latest changes between the PySDL2 releases.
44

55
0.9.8
66
-----
7-
Released on XXXX-XX-XX.
7+
Released on 2021-08-06.
88

99
New Features:
1010

sdl2/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@
6868
SDL_WasInit = _bind("SDL_WasInit", [Uint32], Uint32)
6969
SDL_Quit = _bind("SDL_Quit")
7070

71-
__version__ = "0.9.8.rc1"
72-
version_info = (0, 9, 8, "rc1")
71+
__version__ = "0.9.8"
72+
version_info = (0, 9, 8)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# from distutils.core import setup
66
from setuptools import setup
77

8-
VERSION = "0.9.8.rc1"
8+
VERSION = "0.9.8"
99

1010
if __name__ == "__main__":
1111

0 commit comments

Comments
 (0)