[python-hdf5storage] 26/84: Incremented version to 0.1.3 and added text in the README.rst explaining why.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:25:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag 0.1.10
in repository python-hdf5storage.
commit 0db8e612ae2a45eaac25c17950bf8c0c6485459e
Author: Freja Nordsiek <fnordsie at gmail.com>
Date: Tue Sep 16 21:15:26 2014 -0400
Incremented version to 0.1.3 and added text in the README.rst explaining why.
---
README.rst | 4 ++++
doc/source/conf.py | 4 ++--
setup.py | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/README.rst b/README.rst
index 757654c..f566da8 100644
--- a/README.rst
+++ b/README.rst
@@ -203,6 +203,10 @@ canonical empty 0.1 ``np.float64([])``
Versions
========
+0.1.3. Bugfix release fixing the following bug.
+ * Fixed broken ability to correctly read and write empty
+ structured ``np.ndarray`` (has fields).
+
0.1.2. Bugfix release fixing the following bugs.
* Removed mistaken support for ``np.float16`` for h5py versions
before ``2.2`` since that was when support for it was
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 9829078..7b4c978 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -59,9 +59,9 @@ copyright = '2013, Freja Nordsiek'
# built documents.
#
# The short X.Y version.
-version = '0.1.2'
+version = '0.1.3'
# The full version, including alpha/beta/rc tags.
-release = '0.1.2'
+release = '0.1.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/setup.py b/setup.py
index 4e6829a..25cec4c 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ with open('README.rst') as file:
long_description = file.read()
setup(name='hdf5storage',
- version='0.1.2',
+ version='0.1.3',
description='Utilities to read/write Python types to/from HDF5 files, including MATLAB v7.3 MAT files.',
long_description=long_description,
author='Freja Nordsiek',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-hdf5storage.git
More information about the debian-science-commits
mailing list