From dec648ac75c8d8a7b3e520e87aba64581a629f10 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Sat, 14 Feb 2015 16:07:09 -0800 Subject: [PATCH] 2.0.5 release, rather --- CHANGES | 3 ++- docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 49dc6b37..0f1454f9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ -2.0.4 +2.0.5 - bugfix: UnicodeDecodeError when quoting some messages - bugfix: '__uploads__' folder not hidden by sftp as intended +2.0.4 - bugfix: sesame did not honor want_cols/rows when the given terminal size was already of its exact dimensions. diff --git a/docs/conf.py b/docs/conf.py index 1ae92c03..62bad51e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '2.0.4' +version = '2.0.5' # The full version, including alpha/beta/rc tags. -release = '2.0.4' +release = '2.0.5' # 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 a4c0fa76..da757ed7 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ def run(self): setup(name='x84', - version='2.0.4', + version='2.0.5', 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(),