# HG changeset patch # User Goffi # Date 1549439273 -3600 # Node ID 78126ba2a04c62241c8cd457e0d96f4c6b9eadaf # Parent 6aaac873712c5e119053fb22c34d14189ad6dd11 0.7.0a3 release diff -r 6aaac873712c -r 78126ba2a04c setup.py --- a/setup.py Wed Feb 06 08:42:35 2019 +0100 +++ b/setup.py Wed Feb 06 08:47:53 2019 +0100 @@ -12,7 +12,7 @@ setup( name=name, - version="0.7.0a2", + version="0.7.0a3", description=u"SàT extension widgets for Urwid", long_description=(u"Urwid SàT extension widgets is a set of widgets for the console " u"user interface library Urwid (http://excess.org/urwid/). This " diff -r 6aaac873712c -r 78126ba2a04c urwid_satext/__init__.py --- a/urwid_satext/__init__.py Wed Feb 06 08:42:35 2019 +0100 +++ b/urwid_satext/__init__.py Wed Feb 06 08:47:53 2019 +0100 @@ -17,4 +17,4 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see . -__version__ = '0.7.0a2' +__version__ = '0.7.0a3'