changeset 104:abc0ae944030 0.4.1

new minor release to fix installation on pypi
author Goffi <goffi@goffi.org>
date Mon, 15 Sep 2014 13:23:36 +0200
parents 57463d1fa7f6
children 20be00928875
files CHANGELOG README setup.py
diffstat 3 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
 
--- 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)',