[h5py] 426/455: Docs and version to 1.3
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.
commit 9847127af5d15bfa6e357800a7b95203eb68670e
Author: andrewcollette <andrew.collette at gmail.com>
Date: Mon Feb 22 21:32:57 2010 +0000
Docs and version to 1.3
---
docs/source/conf.py | 8 ++++----
setup.py | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index b6c0974..8cefcf9 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -40,15 +40,15 @@ master_doc = 'index'
# General substitutions.
project = 'h5py'
-copyright = '2008, Andrew Collette'
+copyright = '2010, Andrew Collette'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
#
# The short X.Y version.
-version = '1.2'
+version = '1.3'
# The full version, including alpha/beta/rc tags.
-release = '1.2.0'
+release = '1.3.0'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
@@ -91,7 +91,7 @@ html_style = 'h5py.css'
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
-html_title = "HDF5 for Python 1.2"
+html_title = "HDF5 for Python 1.3"
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
diff --git a/setup.py b/setup.py
index b861959..126420e 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ import sys, os
import numpy
import os.path as op
-VERSION = '1.3.0'
+VERSION = '1.3.0-beta'
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