[python-hdf5storage] 54/84: Incremented version to 0.1.6 and added entry to Changelong in README.rst.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:25:03 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 fa08faa2c93e1c2372c9e5744846e82ffd9758b0
Author: Freja Nordsiek <fnordsie at gmail.com>
Date: Tue Jul 7 00:18:34 2015 -0400
Incremented version to 0.1.6 and added entry to Changelong in README.rst.
---
README.rst | 2 ++
doc/source/conf.py | 4 ++--
setup.py | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/README.rst b/README.rst
index dbb3491..6e696d3 100644
--- a/README.rst
+++ b/README.rst
@@ -209,6 +209,8 @@ canonical empty 0.1 ``np.float64([])``
Versions
========
+0.1.6. Bugfix release fixing a bug with determining the maximum size of a Python 2.x ``int`` on a 32-bit system.
+
0.1.5. Bugfix release fixing the following bug.
* Fixed bug where an ``int`` could be stored that is too big to
fit into an ``int`` when read back in Python 2.x. When it is
diff --git a/doc/source/conf.py b/doc/source/conf.py
index bafaf4a..364cb0b 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -59,9 +59,9 @@ copyright = '2013-2015, Freja Nordsiek'
# built documents.
#
# The short X.Y version.
-version = '0.1.5'
+version = '0.1.6'
# The full version, including alpha/beta/rc tags.
-release = '0.1.5'
+release = '0.1.6'
# 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 36befd0..40a76d8 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.5',
+ version='0.1.6',
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