[Python-modules-commits] [python-numpy] 01/11: Import python-numpy_1.11.2.orig.tar.gz

Sandro Tosi morph at moszumanska.debian.org
Sun Oct 9 17:38:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository python-numpy.

commit 550e95467de567d36e500b55e311132da0f90a58
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Oct 8 18:46:29 2016 -0400

    Import python-numpy_1.11.2.orig.tar.gz
---
 PKG-INFO         | 2 +-
 numpy/version.py | 8 ++++----
 setup.py         | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/PKG-INFO b/PKG-INFO
index ff4d3a0..7947ab0 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: numpy
-Version: 1.11.2rc1
+Version: 1.11.2
 Summary: NumPy: array processing for numbers, strings, records, and objects.
 Home-page: http://www.numpy.org
 Author: NumPy Developers
diff --git a/numpy/version.py b/numpy/version.py
index 29c6774..b035dc6 100644
--- a/numpy/version.py
+++ b/numpy/version.py
@@ -2,10 +2,10 @@
 # THIS FILE IS GENERATED FROM NUMPY SETUP.PY
 #
 # To compare versions robustly, use `numpy.lib.NumpyVersion`
-short_version = '1.11.2rc1'
-version = '1.11.2rc1'
-full_version = '1.11.2rc1'
-git_revision = 'fe3e46d2876af2546a5fcc752ead8aa736ea2658'
+short_version = '1.11.2'
+version = '1.11.2'
+full_version = '1.11.2'
+git_revision = 'bb6e3dc30016b89bf154f7d7fce4248e760bd40f'
 release = True
 
 if not release:
diff --git a/setup.py b/setup.py
index be6d486..d09c09e 100755
--- a/setup.py
+++ b/setup.py
@@ -60,7 +60,7 @@ MAJOR               = 1
 MINOR               = 11
 MICRO               = 2
 ISRELEASED          = True
-VERSION             = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
+VERSION             = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
 
 
 # Return the git revision as a string

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-numpy.git



More information about the Python-modules-commits mailing list