# HG changeset patch # User Goffi # Date 1531066283 -7200 # Node ID 86287fcbf6380c7ef1e2348d68c52cb080d69f0c # Parent 331546daef20fa04ee6678a1f935f47947b9a631 0.7.0a2 release diff -r 331546daef20 -r 86287fcbf638 setup.py --- a/setup.py Sun Jul 08 18:02:21 2018 +0200 +++ b/setup.py Sun Jul 08 18:11:23 2018 +0200 @@ -12,7 +12,7 @@ setup( name=name, - version="0.7.0a1", + version="0.7.0a2", 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 331546daef20 -r 86287fcbf638 urwid_satext/__init__.py --- a/urwid_satext/__init__.py Sun Jul 08 18:02:21 2018 +0200 +++ b/urwid_satext/__init__.py Sun Jul 08 18:11:23 2018 +0200 @@ -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.0a1' +__version__ = '0.7.0a2'