From 65d8e2961abe0b438b075f919978643720d4ae9f Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Mon, 13 Apr 2015 13:12:40 -0700 Subject: [PATCH] release 2.0.12 --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 13862ee3..bc5e19cb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ # built documents. # # The short X.Y version. -version = '2.0.11' +version = '2.0.12' # The full version, including alpha/beta/rc tags. release = '2.0.9' diff --git a/setup.py b/setup.py index 307e353d..f14a5ada 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ def run(self): setup(name='x84', - version='2.0.11', + version='2.0.12', 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(),