Skip to content

Commit

Permalink
"Bump version 4.0.5"
Browse files Browse the repository at this point in the history
  • Loading branch information
edyan committed Jun 22, 2019
1 parent 70fd0c0 commit 5b6b6be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# built documents.
#
# The short X.Y version.
version = '4.0.4'
version = '4.0.5'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if os.name == 'nt':
extra_packages.append('pypiwin32')

__version__ = '4.0.4'
__version__ = '4.0.5'

# Get the long description from the README file
def readme():
Expand Down
2 changes: 1 addition & 1 deletion stakkr/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Read the configuration file and setup the required services by
linking and managing everything for you.""")
@click.version_option('4.0.4')
@click.version_option('4.0.5')
@click.option('--config', '-c', help='Set the configuration filename (stakkr.yml by default)')
@click.option('--debug/--no-debug', '-d', default=False)
@click.option('--verbose', '-v', is_flag=True)
Expand Down

0 comments on commit 5b6b6be

Please sign in to comment.