From 5eaec9df050c8f82764a92676c98fb4e6d04b9eb Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 14 Apr 2013 22:30:57 +0200 Subject: [PATCH] prepare release of 0.19rc1 --- Cython/Shadow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4