prepare release of 0.19
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 19 Apr 2013 13:03:57 +0000 (15:03 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 19 Apr 2013 13:03:57 +0000 (15:03 +0200)
CHANGES.rst
Cython/Shadow.py

index 401fd59..92d1504 100644 (file)
@@ -2,7 +2,7 @@
 Cython Changelog
 ================
 
-0.19 (??)
+0.19 (2013-04-19)
 =================
 
 Features added
index e5abe25..2c617c2 100644 (file)
@@ -1,5 +1,5 @@
 # cython.* namespace for pure mode.
-__version__ = "0.19rc1"
+__version__ = "0.19"
 
 
 # BEGIN shameless copy from Cython/minivect/minitypes.py