changeset 125:33cb9a05ff84 0.6.1

version update (0.6.1)
author Goffi <goffi@goffi.org>
date Tue, 12 Jul 2016 20:36:08 +0200
parents db9bc68ca0a8
children 5ab6a5ebd3b5
files CHANGELOG README setup.py
diffstat 3 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Tue Jul 12 20:23:07 2016 +0200
+++ b/CHANGELOG	Tue Jul 12 20:36:08 2016 +0200
@@ -1,5 +1,8 @@
 All theses changelog are not exhaustive, please check mercurial repository for more details.
 
+v 0.6.1 (12/07/2016):
+	- FileDialog: fixed unicode
+
 v 0.6.0 (02/12/2015):
 	- menus management improvment
 	- GenericList: better 'change' signal handling, added GenericList.contents property
--- a/README	Tue Jul 12 20:23:07 2016 +0200
+++ b/README	Tue Jul 12 20:36:08 2016 +0200
@@ -1,4 +1,4 @@
-urwid-satext v0.6.0
+urwid-satext v0.6.1
 (c) Jérôme Poisson aka Goffi 2008-2016
 (c) Adrien Cossa 2014-2016
 
@@ -52,7 +52,7 @@
 
 ** Contact **
 
-You can contact me on goffi@goffi.org (e-mail) or goffi@jabber.fr (xmpp)
-my blog (in french) is at http://www.goffi.org
+You can contact us on contact@salut-a-toi.org (e-mail)
 SàT official site: http://www.salut-a-toi.org
+Goffi's blog (french/english) is at http://www.goffi.org
 urwid-satext wiki page is at http://wiki.goffi.org/wiki/urwid-satext , you will find there link to the latests release, the repository, etc.
--- a/setup.py	Tue Jul 12 20:23:07 2016 +0200
+++ b/setup.py	Tue Jul 12 20:36:08 2016 +0200
@@ -12,7 +12,7 @@
 name = 'urwid_satext'
 
 setup(name=name,
-      version='0.6.0',
+      version='0.6.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)',