mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Let's just bite the bullet and call this the 4.0.0 final release build.
This commit is contained in:
10
CHANGES.rst
10
CHANGES.rst
@@ -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:
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# This file was generated by wxPython's wscript.
|
||||
|
||||
VERSION_STRING = '4.0.0rc1'
|
||||
VERSION_STRING = '4.0.0'
|
||||
|
||||
Reference in New Issue
Block a user