[h5py] 01/26: Bump version and small doc fixes
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:20:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag 1.3.1
in repository h5py.
commit 267bea6f4c752b536a24d1e88d5264022674f02f
Author: andrewcollette <andrew.collette at gmail.com>
Date: Fri Mar 19 21:36:33 2010 +0000
Bump version and small doc fixes
---
README.txt | 15 +++++----------
docs/source/index.rst | 2 ++
setup.py | 2 +-
3 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/README.txt b/README.txt
index 179a637..a2b3efc 100644
--- a/README.txt
+++ b/README.txt
@@ -1,14 +1,9 @@
-HDF5 for Python (h5py) 1.3.0 BETA
-=================================
-
-I'm pleased to announce that HDF5 for Python 1.3 is now available! This
-is a significant release introducing a number of new features, including
-support for soft/external links as well as object and region references.
-
-I encourage all interested HDF5/NumPy/Python users to give the beta a try
-and to do your best to break it. :) Download, documentation and contact
-links are below.
+HDF5 for Python (h5py) 1.3.0
+============================
+HDF5 for Python 1.3.0 is now available. This is a significant
+release introducing a number of new features, including support for
+soft/external links as well as object and region references.
What is h5py?
-------------
diff --git a/docs/source/index.rst b/docs/source/index.rst
index c7f8fb4..8998ff1 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -5,6 +5,8 @@
HDF5 for Python
###############
+(Our main website is at http://h5py.alfven.org).
+
The `HDF5 library <http://www.hdfgroup.com/HDF5>`_ is a versatile,
mature library designed for the storage
of numerical data. The h5py package provides a simple, Pythonic interface to
diff --git a/setup.py b/setup.py
index f2672cb..2b31bc7 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@
import sys, os
import os.path as op
-VERSION = '1.3.0'
+VERSION = '1.3.1'
try:
from setuptools import setup
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git
More information about the debian-science-commits
mailing list