From 36c20968135aa37a1a198074a2095eb5fd10bc18 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 19 Nov 2020 12:25:48 -0800 Subject: [PATCH] Set (hopeful) release date --- CHANGES.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5ddddaf4..c062f611 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,13 +8,13 @@ wxPython Changelog ================== -4.1.1 ------ -* (unreleased) +4.1.1 "An attitude of gratitude" +-------------------------------- +* 21-Nov-2020 -PyPI: https://pypi.python.org/pypi/wxPython/4.1.0 +PyPI: https://pypi.python.org/pypi/wxPython/4.1.1 Extras: https://extras.wxPython.org/wxPython4/extras/ -Pip: ``pip install wxPython==4.1.0`` +Pip: ``pip install wxPython==4.1.1`` New and improved in this release: @@ -81,8 +81,8 @@ New and improved in this release: * Added the missing context manager methods for wx.LogNull. (#1842) -* Refactored ScrolledThumbnail out of agw.ThumbnailCtrl so as to be usable - outside of ThumbnailCtrl. +* Refactored ScrolledThumbnail out of agw.ThumbnailCtrl so as to be usable + outside of ThumbnailCtrl.