Skip to content

Commit

Permalink
"Bump version 4.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
edyan committed May 3, 2019
1 parent a6310a1 commit ead3ad5
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.0rc3'
version = '4.0'
# 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.0rc3'
__version__ = '4.0'

# 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.0rc3')
@click.version_option('4.0')
@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 ead3ad5

Please sign in to comment.