From 656020b88ffa38fd9746657d207bdc120748c8fe Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Wed, 11 Sep 2024 19:26:18 -0400 Subject: [PATCH] Update version to 4.2.2 --- CHANGES.rst | 2 +- buildtools/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b12f81c77a..5f2eb9b316 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,7 +11,7 @@ wxPython Changelog 4.2.2 ------ -* 9-Sept-2024 +* 11-Sept-2024 PyPI: https://pypi.python.org/pypi/wxPython/4.2.2 Extras: https://extras.wxPython.org/wxPython4/extras/ diff --git a/buildtools/version.py b/buildtools/version.py index 31a85afe37..bdc2de919b 100644 --- a/buildtools/version.py +++ b/buildtools/version.py @@ -26,7 +26,7 @@ VER_MINOR = 2 VER_RELEASE = 2 -VER_FLAGS = "a1" # wxPython release flags +VER_FLAGS = "" # wxPython release flags # The VER_FLAGS value is appended to the version number constructed from the # first 3 components and should be set according to the following patterns.