summaryrefslogtreecommitdiff
path: root/numpy/core/setup_common.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-05-10 11:01:08 -0600
committerCharles Harris <charlesr.harris@gmail.com>2017-05-10 11:01:08 -0600
commita3afc25089b5343b2dc7ea21add26d03fc232539 (patch)
treec9d103aad79c1f19404e1aadffcf61650ffaa211 /numpy/core/setup_common.py
parent14ff219a13e194c5e7995218fea3c7648eb1c875 (diff)
downloadnumpy-a3afc25089b5343b2dc7ea21add26d03fc232539.tar.gz
MAINT: Update master branch for 1.14.0 development.
Post 1.13.x branch housekeeping.
Diffstat (limited to 'numpy/core/setup_common.py')
-rw-r--r--numpy/core/setup_common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/setup_common.py b/numpy/core/setup_common.py
index 1b3984063..094cd1841 100644
--- a/numpy/core/setup_common.py
+++ b/numpy/core/setup_common.py
@@ -39,6 +39,7 @@ C_ABI_VERSION = 0x01000009
# 0x0000000a - 1.11.x
# 0x0000000a - 1.12.x
# 0x0000000b - 1.13.x
+# 0x0000000b - 1.14.x
C_API_VERSION = 0x0000000b
class MismatchCAPIWarning(Warning):