Skip to content

Commit

Permalink
Merge pull request #163 from giumas/develop
Browse files Browse the repository at this point in the history
version update to 0.6.0b5 after minor debian-packaging oriented changes
  • Loading branch information
giumas committed Apr 28, 2016
2 parents 6515348 + cac2ed0 commit 5469338
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.0b3'
version = '0.6.0b5'
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.0b3'
version = '0.6.0b5'
app_name = 'HDFCompass_' + version

a = Analysis(['HDFCompass.py'],
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.0b4'
release = '0.6.0b5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion hdf_compass/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
from .utils import is_darwin, is_win, is_linux, url2path, path2url, data_url


__version__ = "0.6.0b4"
__version__ = "0.6.0b5"
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.0b4
current_version = 0.6.0b5
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.0b4'
setup_args['version'] = '0.6.0b5'
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 5469338

Please sign in to comment.