From ab8551896490108a960bdcbd07059b75c2a7b335 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Thu, 26 Feb 2015 17:55:14 -0800 Subject: [PATCH] Release version 2.0.8 --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a3fb8513..32384445 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '2.0.7' +version = '2.0.8' # The full version, including alpha/beta/rc tags. -release = '2.0.7' +release = '2.0.8' # 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 b77a4736..63d8cd79 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ def run(self): setup(name='x84', - version='2.0.7', + version='2.0.8', 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(),