# HG changeset patch # User Goffi # Date 1317574340 -7200 # Node ID 39c1448badd730af9e08ad67add46f07f03a26d9 # Parent 9fc778aab7f56351efae993da6f252be323d6608 minor version update, added CHANGELOG diff -r 9fc778aab7f5 -r 39c1448badd7 CHANGELOG --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CHANGELOG Sun Oct 02 18:52:20 2011 +0200 @@ -0,0 +1,7 @@ +All theses changelog are not exhaustive, please check mercurial repository for more details. + +v 0.1.1 (02/10/2011): + Urwid 1.0.0 fix + +v 0.1.0 (12/01/2011): + ** FIRST PUBLIC RELEASE ** (splitted from Salut à Toi project) diff -r 9fc778aab7f5 -r 39c1448badd7 README --- a/README Sun Oct 02 18:47:17 2011 +0200 +++ b/README Sun Oct 02 18:52:20 2011 +0200 @@ -1,4 +1,4 @@ -urwid-satext v0.1.0 +urwid-satext v0.1.1 (c) Jérôme Poisson aka Goffi 2008, 2009, 2010 urwid-satext, or urwid SàT extensions, is a widgets library based on Urwid diff -r 9fc778aab7f5 -r 39c1448badd7 fr.po --- a/fr.po Sun Oct 02 18:47:17 2011 +0200 +++ b/fr.po Sun Oct 02 18:52:20 2011 +0200 @@ -7,7 +7,7 @@ # msgid "" msgstr "" -"Project-Id-Version: 0.1.0\n" +"Project-Id-Version: 0.1.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-28 20:10+0100\n" "PO-Revision-Date: 2010-12-28 20:28+0100\n" diff -r 9fc778aab7f5 -r 39c1448badd7 setup.py --- a/setup.py Sun Oct 02 18:47:17 2011 +0200 +++ b/setup.py Sun Oct 02 18:52:20 2011 +0200 @@ -12,7 +12,7 @@ name = 'urwid_satext' setup(name=name, - version='0.1.0', + version='0.1.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)',