From da38ab656070d9813a7bd06c7bc368008804a7b6 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Sun, 1 Feb 2015 16:51:59 -0800 Subject: [PATCH] release 2.0.2 --- CHANGES | 2 ++ docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index ab1c0645..dcbe7a33 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2.0.2 + - minor bug: import common.py as relative from main.py 2.0.1 - bugfix: did not include default 'top' art - bugfix: could not press 'return' to continue in sesame diff --git a/docs/conf.py b/docs/conf.py index 58ce41b2..3b21675d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '2.0.1' +version = '2.0.2' # The full version, including alpha/beta/rc tags. -release = '2.0.1' +release = '2.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 60431538..7c6e9f3f 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ def run(self): setup(name='x84', - version='2.0.1', + version='2.0.2', 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(),