From: Stefan Behnel Date: Sun, 27 Jan 2013 12:18:05 +0000 (+0100) Subject: set version to 0.18rc1 X-Git-Tag: 0.18rc1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2F0.18rc1;p=platform%2Fupstream%2Fpython-cython.git set version to 0.18rc1 --- diff --git a/Cython/Shadow.py b/Cython/Shadow.py index 5ee857b..532a101 100644 --- a/Cython/Shadow.py +++ b/Cython/Shadow.py @@ -1,5 +1,5 @@ # cython.* namespace for pure mode. -__version__ = "0.18b1" +__version__ = "0.18rc1" # BEGIN shameless copy from Cython/minivect/minitypes.py