Skip to content

Commit

Permalink
merge develop changes to official 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Jun 11, 2016
1 parent bce9e83 commit 5f301a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HDFCompass.1file.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ else:
if not os.path.exists(icon_file):
raise RuntimeError("invalid path to icon: %s" % icon_file)

version = '0.6.0b7'
version = '0.6.0'
app_name = 'HDFCompass_' + version

a = Analysis(['HDFCompass.py'],
Expand Down
2 changes: 1 addition & 1 deletion HDFCompass.1folder.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ else:
if not os.path.exists(icon_file):
raise RuntimeError("invalid path to icon: %s" % icon_file)

version = '0.6.0b7'
version = '0.6.0'
app_name = 'HDFCompass_' + version

a = Analysis(['HDFCompass.py'],
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0b7
current_version = 0.6.0
files = setup.py hdf_compass/utils/__init__.py docs/conf.py HDFCompass.1file.spec

[bdist_wheel]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def txt_read(*paths):

setup_args['name'] = 'hdf_compass'
# The adopted versioning scheme follow PEP40
setup_args['version'] = '0.6.0b7'
setup_args['version'] = '0.6.0'
setup_args['url'] = 'https://github.com/HDFGroup/hdf-compass/'
setup_args['license'] = 'BSD-like license'
setup_args['author'] = 'HDFGroup'
Expand Down

0 comments on commit 5f301a7

Please sign in to comment.