Let's just bite the bullet and call this the 4.0.0 final release build.

This commit is contained in:
Robin Dunn
2018-01-27 16:11:18 -08:00
parent cacfb3c4a9
commit c790d12ec4
3 changed files with 7 additions and 7 deletions

View File

@@ -8,13 +8,13 @@
wxPython Changelog
==================
4.0.0rc1
--------
* (not yet released)
4.0.0 "The Phoenix Takes Flight!"
---------------------------------
* 27-Jan-2018
PyPI: https://pypi.python.org/pypi/wxPython/4.0.0rc1
PyPI: https://pypi.python.org/pypi/wxPython/4.0.0
Extras: https://extras.wxPython.org/wxPython4/extras/
Pip: ``pip install wxPython==4.0.0rc1``
Pip: ``pip install wxPython==4.0.0``
Changes in this release include the following:

View File

@@ -26,7 +26,7 @@ VER_MAJOR = 4
VER_MINOR = 0
VER_RELEASE = 0
VER_FLAGS = "rc1" # 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.

View File

@@ -1,3 +1,3 @@
# This file was generated by wxPython's wscript.
VERSION_STRING = '4.0.0rc1'
VERSION_STRING = '4.0.0'