diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2021-11-07 14:38:03 -0700 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2021-11-15 07:19:16 -0700 |
| commit | 9c8c88eb68565b80329503f6225b1ee6ebef2356 (patch) | |
| tree | 02e4e622042f20fe4dfb6ad611beb785d0ae566c /numpy/core/include | |
| parent | b8a0f339dcd90c134e1cc3e19d06348069af685b (diff) | |
| download | numpy-9c8c88eb68565b80329503f6225b1ee6ebef2356.tar.gz | |
MAINT: Prepare for branching maintenace/1.22.x
- Update .mailmap
- Update NPY_1_22_API_VERSION in numpyconfig.h
Diffstat (limited to 'numpy/core/include')
| -rw-r--r-- | numpy/core/include/numpy/numpyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/numpyconfig.h b/numpy/core/include/numpy/numpyconfig.h index 1c3686769..f761555b9 100644 --- a/numpy/core/include/numpy/numpyconfig.h +++ b/numpy/core/include/numpy/numpyconfig.h @@ -56,6 +56,6 @@ #define NPY_1_19_API_VERSION 0x00000008 #define NPY_1_20_API_VERSION 0x0000000e #define NPY_1_21_API_VERSION 0x0000000e -#define NPY_1_22_API_VERSION 0x0000000e +#define NPY_1_22_API_VERSION 0x0000000f #endif /* NUMPY_CORE_INCLUDE_NUMPY_NPY_NUMPYCONFIG_H_ */ |
