Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
swt2c committed Sep 12, 2024
1 parent 656020b commit 5c41871
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ wxPython Changelog
==================



4.2.3
------
* (unreleased)

PyPI: https://pypi.python.org/pypi/wxPython/4.2.3
Extras: https://extras.wxPython.org/wxPython4/extras/
Pip: ``pip install wxPython==4.2.3``

New and improved in this release:




4.2.2
------
* 11-Sept-2024
Expand Down
4 changes: 2 additions & 2 deletions buildtools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
# version numbers.
VER_MAJOR = 4
VER_MINOR = 2
VER_RELEASE = 2
VER_RELEASE = 3

VER_FLAGS = "" # wxPython release flags
VER_FLAGS = "a1" # 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.
Expand Down

0 comments on commit 5c41871

Please sign in to comment.