# HG changeset patch # User Goffi # Date 1565716148 -7200 # Node ID 2855123621a0b1403c19052337935721c068bbbd # Parent 4726b0efffff0eafd34ad3aec624a116740ad3a4 updated version in setup.py diff -r 4726b0efffff -r 2855123621a0 CHANGELOG --- a/CHANGELOG Wed Jul 24 20:21:43 2019 +0200 +++ b/CHANGELOG Tue Aug 13 19:09:08 2019 +0200 @@ -1,5 +1,8 @@ All theses changelog are not exhaustive, please check mercurial repository for more details. +v 0.8.0 (NOT RELEASED YET): + - python 3 port + v 0.7.0 (24/07/219): - added edit + text attributes in InputDialog - don't lower shortcuts anymore diff -r 4726b0efffff -r 2855123621a0 setup.py --- a/setup.py Wed Jul 24 20:21:43 2019 +0200 +++ b/setup.py Tue Aug 13 19:09:08 2019 +0200 @@ -8,7 +8,7 @@ setup( name=name, - version="0.7.0", + version="0.8.0.dev0", 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 "