# HG changeset patch # User Goffi # Date 1410780216 -7200 # Node ID abc0ae9440302283391084c8fdfe555bbe645d75 # Parent 57463d1fa7f619fe7cdb2e138db2591dbf518d0a new minor release to fix installation on pypi diff -r 57463d1fa7f6 -r abc0ae944030 CHANGELOG --- a/CHANGELOG Mon Sep 15 13:20:01 2014 +0200 +++ b/CHANGELOG Mon Sep 15 13:23:36 2014 +0200 @@ -1,6 +1,9 @@ All theses changelog are not exhaustive, please check mercurial repository for more details. -v 0.4.0 (08/02/2014): +v 0.4.1 (15/09/2014): + - fixed forgotten files in MANIFEST.in + +v 0.4.0 (08/09/2014): - updates to follow Urwid changes - addLenu can add a category without item - ConfirmDialog can manage a body diff -r 57463d1fa7f6 -r abc0ae944030 README --- a/README Mon Sep 15 13:20:01 2014 +0200 +++ b/README Mon Sep 15 13:23:36 2014 +0200 @@ -1,4 +1,4 @@ -urwid-satext v0.4.0 +urwid-satext v0.4.1 (c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014 (c) Adrien Cossa 2014 diff -r 57463d1fa7f6 -r abc0ae944030 setup.py --- a/setup.py Mon Sep 15 13:20:01 2014 +0200 +++ b/setup.py Mon Sep 15 13:23:36 2014 +0200 @@ -12,7 +12,7 @@ name = 'urwid_satext' setup(name=name, - version='0.4.0', + version='0.4.1', 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)',