changeset 147:3ff24fbf03c1 v0.8.0

v0.8.0 release
author Goffi <goffi@goffi.org>
date Tue, 30 Nov 2021 23:06:56 +0100
parents 4d6a29358f32
children 9f91a695520a
files CHANGELOG setup.py urwid_satext/__init__.py
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Fri Jun 18 13:22:17 2021 +0200
+++ b/CHANGELOG	Tue Nov 30 23:06:56 2021 +0100
@@ -1,9 +1,9 @@
 All theses changelog are not exhaustive, please check mercurial repository for more details.
 
-v 0.8.0 (NOT RELEASED YET):
+v 0.8.0 (30/11/2021):
 	- python 3 port
 
-v 0.7.0 (24/07/219):
+v 0.7.0 (24/07/2019):
 	- added edit + text attributes in InputDialog
 	- don't lower shortcuts anymore
 
--- a/setup.py	Fri Jun 18 13:22:17 2021 +0200
+++ b/setup.py	Tue Nov 30 23:06:56 2021 +0100
@@ -7,7 +7,7 @@
 
 setup(
     name=name,
-    version="0.8.0b1",
+    version="0.8.0",
     description="SàT extension widgets for Urwid",
     long_description=(
         "Urwid SàT extension widgets is a set of widgets for the console "
--- a/urwid_satext/__init__.py	Fri Jun 18 13:22:17 2021 +0200
+++ b/urwid_satext/__init__.py	Tue Nov 30 23:06:56 2021 +0100
@@ -20,4 +20,4 @@
 gettext.install('urwid_satext')
 
 
-__version__ = '0.8.0b1'
+__version__ = '0.8.0'