# HG changeset patch # User Goffi # Date 1449511118 -3600 # Node ID f19947bfd3bf7f0e7eb7fd0ec97219be76ddbaa0 # Parent 7a6598df39adaca39f56a5d9607afa9b5368b180 version update diff -r 7a6598df39ad -r f19947bfd3bf README --- a/README Mon Dec 07 18:57:45 2015 +0100 +++ b/README Mon Dec 07 18:58:38 2015 +0100 @@ -1,6 +1,6 @@ -urwid-satext v0.4.1 +urwid-satext v0.6.0 (c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 -(c) Adrien Cossa 2014 +(c) Adrien Cossa 2014, 2015 urwid-satext, or urwid SàT extensions, is a widgets library based on Urwid diff -r 7a6598df39ad -r f19947bfd3bf setup.py --- a/setup.py Mon Dec 07 18:57:45 2015 +0100 +++ b/setup.py Mon Dec 07 18:58:38 2015 +0100 @@ -12,7 +12,7 @@ name = 'urwid_satext' setup(name=name, - version='0.4.1', + version='0.6.0', description=u'SàT extension widgets for Urwid', long_description=u'Urwid SàT extension widgets is a set of widgets for the console user interface library Urwid (http://excess.org/urwid/). This library, originaly made for the SàT project, was eventually separated so other softwares can use it. Widgets provided include password text box, tab container, dialogs, file chooser etc. Feel free to go to the project page for more informations.', author='Goffi (Jérôme Poisson)',