Skip to content

Commit 8dd6ab3

Browse files
committed
Post 2.12.0 release actions done
1 parent c7f6e81 commit 8dd6ab3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ See `requirements.txt` for the required version of NumPy.
106106

107107
NumExpr is built in the standard Python way::
108108

109-
python setup.py build install
109+
pip install [-e] .
110110

111111
You can test `numexpr` with::
112112

RELEASE_NOTES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Release notes for NumExpr 2.12 series
33
=====================================
44

5+
Changes from 2.12.0 to 2.12.1
6+
-----------------------------
7+
8+
* **Under development.**
9+
510
Changes from 2.11.0 to 2.12.0
611
-----------------------------
712

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.12.0
1+
2.12.1.dev0

0 commit comments

Comments
 (0)