Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Version bump to 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
emre committed Jun 28, 2016
1 parent 9743af7 commit cbce90e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion storm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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. "
Expand Down

0 comments on commit cbce90e

Please sign in to comment.