# HG changeset patch # User Goffi # Date 1500013842 -7200 # Node ID 2a6b8742e44a1dbd3a9f1c23571bf8ec7972eaec # Parent 88722f920b3c70454423653768a1b350e6937764 set __version__ in __init__.py diff -r 88722f920b3c -r 2a6b8742e44a urwid_satext/__init__.py --- a/urwid_satext/__init__.py Sun Jul 24 18:57:35 2016 +0200 +++ b/urwid_satext/__init__.py Fri Jul 14 08:30:42 2017 +0200 @@ -0,0 +1,20 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# Urwid SàT extensions +# Copyright (C) 2009-2016 Jérôme Poisson (goffi@goffi.org) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see . + +__version__ = '0.7.0D'