Skip to content

Commit

Permalink
REL: 2.7.0rc3
Browse files Browse the repository at this point in the history
 - bug fixes for little endian and ppc64el architecture
  • Loading branch information
tacaswell committed Jan 25, 2017
1 parent 37f7af8 commit a4f2dc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '2.6'
version = '2.7'
# The full version, including alpha/beta/rc tags.
release = '2.6.0'
release = '2.7.0rc3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 1 addition & 3 deletions h5py/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import sys
import numpy

version = "2.6.0"
version = "2.7.0rc3"

_exp = _sv(version)

Expand Down Expand Up @@ -46,5 +46,3 @@
'platform': sys.platform,
'maxsize': sys.maxsize,
'numpy': numpy.__version__ }


2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import setup_build, setup_configure


VERSION = '2.7.0rc2'
VERSION = '2.7.0rc3'

NUMPY_DEP = 'numpy>=1.7'

Expand Down

0 comments on commit a4f2dc5

Please sign in to comment.