From: Dag Sverre Seljebotn Date: Wed, 20 May 2009 15:34:48 +0000 (+0200) Subject: Version update X-Git-Tag: 0.12.alpha0~224^2~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8125f966d31e8ded9e4177dc532f2192c6e88a7d;p=cython.git Version update --- diff --git a/.hgtags b/.hgtags index af6671dd..cf7b5fcd 100644 --- a/.hgtags +++ b/.hgtags @@ -14,3 +14,4 @@ a4abf0156540db4d3ebaa95712b65811c43c5acb 0.11-beta 7bc36a0f81723117a19f92ffde1676a0884fef65 0.11.1.beta 6454db601984145f38e28d34176fca8a3a22329c 0.11.1 af6f1bed8cd40a2edefb57d3eacbc9274a8788b4 0.11.2.rc1 +15ad532e2127840ae09dfbe46ccc80ac8c562f99 0.11.2 diff --git a/Cython/Compiler/Version.py b/Cython/Compiler/Version.py index 2d6c9c49..d61e50ff 100644 --- a/Cython/Compiler/Version.py +++ b/Cython/Compiler/Version.py @@ -1 +1 @@ -version = '0.11.2.rc1' +version = '0.11.2'