summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-05-18 08:18:35 -0600
committerCharles Harris <charlesr.harris@gmail.com>2020-05-18 08:18:35 -0600
commit0ea1a6e4f7904b79d26239804c1712a389f46a6b (patch)
treed0b6b2a0be38034106139c86aab434df136ef40b
parenta574905eb67051ab3e6510fd4ae94e544074c60b (diff)
downloadnumpy-1.19.0rc1.tar.gz
REL: NumPy 1.19.0rc1 release.v1.19.0rc1
-rw-r--r--pavement.py2
-rwxr-xr-xsetup.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/pavement.py b/pavement.py
index ca1d307f7..46239dbf5 100644
--- a/pavement.py
+++ b/pavement.py
@@ -37,7 +37,7 @@ from paver.easy import Bunch, options, task, sh
#-----------------------------------
# Path to the release notes
-RELEASE_NOTES = 'doc/source/release/1.18.0-notes.rst'
+RELEASE_NOTES = 'doc/source/release/1.19.0-notes.rst'
#-------------------------------------------------------
diff --git a/setup.py b/setup.py
index 594c3ed91..db4f0d805 100755
--- a/setup.py
+++ b/setup.py
@@ -56,8 +56,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 19
MICRO = 0
-ISRELEASED = False
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+ISRELEASED = True
+VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string