Skip to content

Commit

Permalink
"Bump version 4.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
edyan committed Mar 29, 2020
1 parent 8e1a6b0 commit 313ce59
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.1.8'
version = '4.2'
# 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.1.8'
__version__ = '4.2'

# 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.1.8')
@click.version_option('4.2')
@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 313ce59

Please sign in to comment.