We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5a95a commit 656020bCopy full SHA for 656020b
CHANGES.rst
@@ -11,7 +11,7 @@ wxPython Changelog
11
12
4.2.2
13
------
14
-* 9-Sept-2024
+* 11-Sept-2024
15
16
PyPI: https://pypi.python.org/pypi/wxPython/4.2.2
17
Extras: https://extras.wxPython.org/wxPython4/extras/
buildtools/version.py
@@ -26,7 +26,7 @@
26
VER_MINOR = 2
27
VER_RELEASE = 2
28
29
-VER_FLAGS = "a1" # wxPython release flags
+VER_FLAGS = "" # wxPython release flags
30
31
# The VER_FLAGS value is appended to the version number constructed from the
32
# first 3 components and should be set according to the following patterns.
0 commit comments