From 10a6d77b6d5ecc60ebb47273e71858f3149d0da1 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Sat, 14 Mar 2015 13:33:14 -0700 Subject: [PATCH] release 2.0.11 --- CHANGES | 6 +++--- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 7ec82ed1..78b31ed0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,10 @@ 2.0.11 - bugfix: weather.py fix incorrect postal code return from Accu Weather. - Changed the default to populate search by city/state instead of + Changed the default to populate search by city/state instead of postal since this is no longer returned from accu weather correctly. - Also re-added missing save location field that was outside of + Also re-added missing save location field that was outside of while loop to funtion exit. - - bugfix: tetris.py fix for sending terminal font sequence prior to + - bugfix: tetris.py fix for sending terminal font sequence prior to ansi screen display instead of after. 2.0.10 - bugfix: display updates when posting to oneliners, issue #235 diff --git a/docs/conf.py b/docs/conf.py index 7ddb4207..13862ee3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ # built documents. # # The short X.Y version. -version = '2.0.10' +version = '2.0.11' # The full version, including alpha/beta/rc tags. release = '2.0.9' diff --git a/setup.py b/setup.py index 38f2ec35..307e353d 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ def run(self): setup(name='x84', - version='2.0.10', + version='2.0.11', description=("Framework for Telnet and SSH BBS or MUD server " "development with example default bbs board"), long_description=open(os.path.join(HERE, README)).read(),