From cbce90e97f84fd88acfa36a5b6aa1e46cc3b7752 Mon Sep 17 00:00:00 2001 From: Emre Yilmaz Date: Tue, 28 Jun 2016 10:58:31 +0300 Subject: [PATCH] Version bump to 0.6.9 --- docs/conf.py | 4 ++-- setup.py | 2 +- storm/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 177faf8..3edb134 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '0.6.5' +version = '0.6.9' # The full version, including alpha/beta/rc tags. -release = '0.6.3' +release = '0.6.9' # 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 b903278..0bab313 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='stormssh', - version='0.6.8', + version='0.6.9', packages=find_packages(), package_data={'storm': ['templates/*.html', 'static/css/*.css', 'static/css/themes/storm/*.css', 'static/css/themes/storm/img/*.png', diff --git a/storm/__init__.py b/storm/__init__.py index 6938e78..2d68c9d 100644 --- a/storm/__init__.py +++ b/storm/__init__.py @@ -10,7 +10,7 @@ from .defaults import get_default -__version__ = '0.6.8' +__version__ = '0.6.9' ERRORS = { "already_in": "{0} is already in your sshconfig. "