Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
REL: Prepare for 1.10.x branch.
Browse files Browse the repository at this point in the history
* Add comment to cversions.txt (no change)
* Add comment to setup_common.py (no change)
* Nothing done for numpy/core/include/numpy/numpyconfig.h
* Update log start to 1.10.0 in pavement.py.
  • Loading branch information
charris committed Jan 20, 2016
1 parent 275fa79 commit 70350f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions numpy/core/code_generators/cversions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@
0x00000009 = 982c4ebb6e7e4c194bf46b1535b4ef1b

# Version 10 (NumPy 1.10) Added PyArray_CheckAnyScalarExact
# Version 10 (NumPy 1.11) No change.
0x0000000a = 9b8bce614655d3eb02acddcb508203cb
1 change: 1 addition & 0 deletions numpy/core/setup_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
# 0x00000009 - 1.8.x
# 0x00000009 - 1.9.x
# 0x0000000a - 1.10.x
# 0x0000000a - 1.11.x
C_API_VERSION = 0x0000000a

class MismatchCAPIWarning(Warning):
Expand Down
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
RELEASE_NOTES = 'doc/release/1.11.0-notes.rst'

# Start/end of the log (from git)
LOG_START = 'v1.10.0b1'
LOG_START = 'v1.10.0'
LOG_END = 'master'


Expand Down

0 comments on commit 70350f4

Please sign in to comment.