Skip to content

Commit 265a96c

Browse files
Bump version for release
1 parent b4aab8c commit 265a96c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# The short X.Y version.
5656
version = '2.5'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '2.5.0a0'
58+
release = '2.5.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
@@ -14,7 +14,7 @@
1414
import sys
1515
import numpy
1616

17-
version = "2.5.0a0"
17+
version = "2.5.0"
1818

1919
_exp = _sv(version)
2020

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.0a0'
25+
VERSION = '2.5.0'
2626

2727

2828
# --- Custom Distutils commands -----------------------------------------------

0 commit comments

Comments
 (0)