From 51932ddc1d9d5c22a1295d872cd337f7b1ffe474 Mon Sep 17 00:00:00 2001 From: jquast Date: Tue, 25 Mar 2014 00:12:59 -0700 Subject: [PATCH] release 1.8.1 with _keyboard_buf fix --- 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 2a772d2e..b8b44e33 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ # built documents. # # The short X.Y version. -version = '1.8' +version = '1.8.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 4c86ea42..6238f103 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ here = os.path.dirname(__file__) setup( name='blessed', - version='1.8', + version='1.8.1', description="A feature-filled fork of Erik Rose's blessings project", long_description=open(os.path.join(here, 'README.rst')).read(), author='Jeff Quast',