Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a0ac18

Browse files
Merge pull request h5py#674 from h5py/version_bump
Bump version number
2 parents beab780 + 6d9c10b commit 1a0ac18

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '2.5'
56+
version = '2.6'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '2.5.0'
58+
release = '2.6.0'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

h5py/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import sys
1919
import numpy
2020

21-
version = "2.5.0"
21+
version = "2.6.0"
2222

2323
_exp = _sv(version)
2424

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import setup_build, setup_configure
2323

2424

25-
VERSION = '2.5.0'
25+
VERSION = '2.6.0'
2626

2727
NUMPY_DEP = 'numpy>=1.6.1'
2828

0 commit comments

Comments
 (0)