Skip to content

Commit

Permalink
Merge pull request #85 from colcon/0.0.15
Browse files Browse the repository at this point in the history
0.0.15
  • Loading branch information
r-meagher authored Jun 28, 2019
2 parents 07b2f35 + 50703be commit db35747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colcon_bundle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

__version__ = '0.0.14'
__version__ = '0.0.15'
2 changes: 1 addition & 1 deletion test/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

def test_version():
version = colcon_bundle.__version__
assert version == '0.0.14'
assert version == '0.0.15'

0 comments on commit db35747

Please sign in to comment.