[hdf-compass] 287/295: bump beta version to 6.0.0b4

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository hdf-compass.

commit 3f3d4d448750221c0523fef276f2b09696b7c337
Author: giumas <giumas at yahoo.it>
Date:   Thu Apr 28 08:09:50 2016 -0400

    bump beta version to 6.0.0b4
---
 docs/conf.py                  | 2 +-
 hdf_compass/utils/__init__.py | 2 +-
 setup.cfg                     | 2 +-
 setup.py                      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 77751fc..b8cc990 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -57,7 +57,7 @@ author = u'The HDF Group'
 # The short X.Y version.
 version = '0.6'
 # The full version, including alpha/beta/rc tags.
-release = '0.6.0b3'
+release = '0.6.0b4'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/hdf_compass/utils/__init__.py b/hdf_compass/utils/__init__.py
index fc9cb58..8450cc9 100644
--- a/hdf_compass/utils/__init__.py
+++ b/hdf_compass/utils/__init__.py
@@ -19,4 +19,4 @@ log.addHandler(logging.NullHandler())
 from .utils import is_darwin, is_win, is_linux, url2path, path2url, data_url
 
 
-__version__ = "0.6.0b3"
+__version__ = "0.6.0b4"
diff --git a/setup.cfg b/setup.cfg
index 19cadfb..6543e8c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.6.0b3
+current_version = 0.6.0b4
 files = setup.py hdf_compass/utils/__init__.py docs/conf.py HDFCompass.1file.spec
 
 [bdist_wheel]
diff --git a/setup.py b/setup.py
index 2e88064..f998048 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ setup_args = dict()
 
 setup_args['name'] = 'hdf_compass'
 # The adopted versioning scheme follow PEP40
-setup_args['version'] = '0.6.0b3'
+setup_args['version'] = '0.6.0b4'
 setup_args['url'] = 'https://github.com/HDFGroup/hdf-compass/'
 setup_args['license'] = 'BSD-like license'
 setup_args['author'] = 'HDFGroup'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-compass.git



More information about the debian-science-commits mailing list