summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2014-03-23 11:47:59 +0100
committerRalf Gommers <ralf.gommers@googlemail.com>2014-03-23 11:47:59 +0100
commit06f96948ff0a1f6ceb71bf4a2c6640dcdcd56be0 (patch)
treebe31059a21fb4b4f664f45e8d6103e15ae2b6dab
parent893d770e260923590a88ac7fb3d4f8cbe3e68453 (diff)
downloadnumpy-06f96948ff0a1f6ceb71bf4a2c6640dcdcd56be0.tar.gz
REL: set version to 1.8.1-rc2-dev for distutils and 1.8.1 for Bento.
Bento should ideally be looking inside setup.py for the version number, but that for later.
-rw-r--r--bento.info2
m---------doc/scipy-sphinx-theme0
-rwxr-xr-xsetup.py4
3 files changed, 3 insertions, 3 deletions
diff --git a/bento.info b/bento.info
index ff5d49dfb..c7b0ab4bc 100644
--- a/bento.info
+++ b/bento.info
@@ -1,5 +1,5 @@
Name: numpy
-Version: 2.0.0
+Version: 1.8.1
Summary: NumPy: array processing for numbers, strings, records, and objects.
Url: http://www.numpy.org
DownloadUrl: http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103
diff --git a/doc/scipy-sphinx-theme b/doc/scipy-sphinx-theme
-Subproject c466764e2231ba132c09826b5b138fffa1cfcec
+Subproject 65c59fe6a516e23db50ecb8ca160b9f9de12dc1
diff --git a/setup.py b/setup.py
index 2e7bdb1ec..66ee58d92 100755
--- a/setup.py
+++ b/setup.py
@@ -50,8 +50,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 8
MICRO = 1
-ISRELEASED = True
-VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
+ISRELEASED = False
+VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string