Mercurial > urwid-satext
changeset 136:78126ba2a04c 0.7.0a3
0.7.0a3 release
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 06 Feb 2019 08:47:53 +0100 |
parents | 6aaac873712c |
children | d0ebc8b39871 |
files | setup.py urwid_satext/__init__.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Wed Feb 06 08:42:35 2019 +0100 +++ b/setup.py Wed Feb 06 08:47:53 2019 +0100 @@ -12,7 +12,7 @@ setup( name=name, - version="0.7.0a2", + version="0.7.0a3", 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 Wed Feb 06 08:42:35 2019 +0100 +++ b/urwid_satext/__init__.py Wed Feb 06 08:47:53 2019 +0100 @@ -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.0a2' +__version__ = '0.7.0a3'