Mercurial > urwid-satext
changeset 132:86287fcbf638 0.7.0a2
0.7.0a2 release
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 08 Jul 2018 18:11:23 +0200 |
parents | 331546daef20 |
children | acd6d4ec072b |
files | setup.py urwid_satext/__init__.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Sun Jul 08 18:02:21 2018 +0200 +++ b/setup.py Sun Jul 08 18:11:23 2018 +0200 @@ -12,7 +12,7 @@ setup( name=name, - version="0.7.0a1", + version="0.7.0a2", 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 "
--- a/urwid_satext/__init__.py Sun Jul 08 18:02:21 2018 +0200 +++ b/urwid_satext/__init__.py Sun Jul 08 18:11:23 2018 +0200 @@ -17,4 +17,4 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -__version__ = '0.7.0a1' +__version__ = '0.7.0a2'