# HG changeset patch # User Goffi # Date 1318101496 -7200 # Node ID ba5207e8607eb48bf395c1289f6ed5c00ad7982a # Parent d34f2b0f68d3b36eaf803e6519a427bd85914110 version number update diff -r d34f2b0f68d3 -r ba5207e8607e CHANGELOG --- a/CHANGELOG Sat Oct 08 21:14:41 2011 +0200 +++ b/CHANGELOG Sat Oct 08 21:18:16 2011 +0200 @@ -1,5 +1,8 @@ All theses changelog are not exhaustive, please check mercurial repository for more details. +v 0.1.2 (08/10/2011): + Urwid 1.0.0 missing is_mouse_press fix + v 0.1.1 (02/10/2011): Urwid 1.0.0 fix diff -r d34f2b0f68d3 -r ba5207e8607e README --- a/README Sat Oct 08 21:14:41 2011 +0200 +++ b/README Sat Oct 08 21:18:16 2011 +0200 @@ -1,4 +1,4 @@ -urwid-satext v0.1.1 +urwid-satext v0.1.2 (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 d34f2b0f68d3 -r ba5207e8607e fr.po --- a/fr.po Sat Oct 08 21:14:41 2011 +0200 +++ b/fr.po Sat Oct 08 21:18:16 2011 +0200 @@ -7,7 +7,7 @@ # msgid "" msgstr "" -"Project-Id-Version: 0.1.1\n" +"Project-Id-Version: 0.1.2\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 d34f2b0f68d3 -r ba5207e8607e setup.py --- a/setup.py Sat Oct 08 21:14:41 2011 +0200 +++ b/setup.py Sat Oct 08 21:18:16 2011 +0200 @@ -12,7 +12,7 @@ name = 'urwid_satext' setup(name=name, - version='0.1.1', + version='0.1.2', 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)',