From: Stefan Behnel Date: Sun, 14 Apr 2013 20:30:57 +0000 (+0200) Subject: prepare release of 0.19rc1 X-Git-Tag: 0.19rc1~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5eaec9df050c8f82764a92676c98fb4e6d04b9eb;p=platform%2Fupstream%2Fpython-cython.git prepare release of 0.19rc1 --- diff --git a/Cython/Shadow.py b/Cython/Shadow.py index 84c37d1..e5abe25 100644 --- a/Cython/Shadow.py +++ b/Cython/Shadow.py @@ -1,5 +1,5 @@ # cython.* namespace for pure mode. -__version__ = "0.19b2" +__version__ = "0.19rc1" # BEGIN shameless copy from Cython/minivect/minitypes.py