Skip to content

Commit

Permalink
Merge pull request #167 from giumas/develop
Browse files Browse the repository at this point in the history
add Debian-specific files to sdist: #160
  • Loading branch information
giumas committed May 31, 2016
2 parents 0a889a9 + be87560 commit bce9e83
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 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.0b6'
version = '0.6.0b7'
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.0b6'
version = '0.6.0b7'
app_name = 'HDFCompass_' + version

a = Analysis(['HDFCompass.py'],
Expand Down
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ include additional_legal/*.*

include README.txt

include HDFCompass.desktop
include HDFCompass.ico
include HDFCompass.icns
include HDFCompass.py

recursive-include tests *.*
recursive-include docs *.*
prune docs/_build
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.0b5'
release = '0.6.0b7'

# 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.0b5"
__version__ = "0.6.0b7"
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.0b6
current_version = 0.6.0b7
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.0b6'
setup_args['version'] = '0.6.0b7'
setup_args['url'] = 'https://github.com/HDFGroup/hdf-compass/'
setup_args['license'] = 'BSD-like license'
setup_args['author'] = 'HDFGroup'
Expand Down
2 changes: 1 addition & 1 deletion spec.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "HDFCompass 0.6.0b6",
"title": "HDFCompass 0.6.0b7",
"icon": "HDFCompass.icns",
"background": "dmg.png",
"icon-size": 80,
Expand Down

0 comments on commit bce9e83

Please sign in to comment.