Skip to content

Commit 58089f3

Browse files
committed
Merge pull request numpy#7062 from charris/pre-1.10.x-branch
REL: Prepare for 1.10.x branch.
2 parents 275fa79 + 70350f4 commit 58089f3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

numpy/core/code_generators/cversions.txt

+1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@
3131
0x00000009 = 982c4ebb6e7e4c194bf46b1535b4ef1b
3232

3333
# Version 10 (NumPy 1.10) Added PyArray_CheckAnyScalarExact
34+
# Version 10 (NumPy 1.11) No change.
3435
0x0000000a = 9b8bce614655d3eb02acddcb508203cb

numpy/core/setup_common.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
# 0x00000009 - 1.8.x
3737
# 0x00000009 - 1.9.x
3838
# 0x0000000a - 1.10.x
39+
# 0x0000000a - 1.11.x
3940
C_API_VERSION = 0x0000000a
4041

4142
class MismatchCAPIWarning(Warning):

pavement.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
RELEASE_NOTES = 'doc/release/1.11.0-notes.rst'
103103

104104
# Start/end of the log (from git)
105-
LOG_START = 'v1.10.0b1'
105+
LOG_START = 'v1.10.0'
106106
LOG_END = 'master'
107107

108108

0 commit comments

Comments
 (0)