Skip to content

Commit

Permalink
Bump version: 0.3.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mchwalisz committed Feb 7, 2018
1 parent 6c7de8e commit 30be2f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 1.0.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion experiment/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_all_nodes(user=None, limit=None):
help='Select user')
@click.option('-v', '--verbose', count=True,
help='Increase log verbosity level (up to 4)')
@click.version_option('v0.3.0')
@click.version_option('v1.0.0')
@click.pass_context
def cli(ctx, user, verbose):
level = {0: logging.WARNING, 1: logging.INFO, 2: logging.DEBUG}
Expand Down
2 changes: 1 addition & 1 deletion images/preparation/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __render_rspec(url):
multiple=True,
default=['3.18.87', '4.14.5', '4.15', '4.11.4'],
help='Version number of mainline kernel to bake into image')
@click.version_option('v0.3.0')
@click.version_option('v1.0.0')
@click.pass_context
def cli(ctx, diskimage, release, kernel):
if ctx.invoked_subcommand is None:
Expand Down

0 comments on commit 30be2f1

Please sign in to comment.