changeset 142:2855123621a0

updated version in setup.py
author Goffi <goffi@goffi.org>
date Tue, 13 Aug 2019 19:09:08 +0200
parents 4726b0efffff
children 144bdf877d21
files CHANGELOG setup.py
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Wed Jul 24 20:21:43 2019 +0200
+++ b/CHANGELOG	Tue Aug 13 19:09:08 2019 +0200
@@ -1,5 +1,8 @@
 All theses changelog are not exhaustive, please check mercurial repository for more details.
 
+v 0.8.0 (NOT RELEASED YET):
+	- python 3 port
+
 v 0.7.0 (24/07/219):
 	- added edit + text attributes in InputDialog
 	- don't lower shortcuts anymore
--- a/setup.py	Wed Jul 24 20:21:43 2019 +0200
+++ b/setup.py	Tue Aug 13 19:09:08 2019 +0200
@@ -8,7 +8,7 @@
 
 setup(
     name=name,
-    version="0.7.0",
+    version="0.8.0.dev0",
     description=u"SàT extension widgets for Urwid",
     long_description=(u"Urwid SàT extension widgets is a set of widgets for the console "
                       u"user interface library Urwid (http://excess.org/urwid/). This "