From 233e543822e8eaa3b1137c25422ed6bb85ebe3f4 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Thu, 9 Dec 2010 05:41:39 -0800 Subject: [PATCH] Bump version number again. --- .hgtags | 1 + Cython/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.hgtags b/.hgtags index 16f3635b..b27f3151 100644 --- a/.hgtags +++ b/.hgtags @@ -34,3 +34,4 @@ ef9d2c680684d0df7d81f529cda29e9e1741f575 cython-0.10.1 0000000000000000000000000000000000000000 sage-cythonizes 478f57be445d18fe294db849d7ad317fe7d7658f 0.14.alpha0 31b531a6c45b2c34ae5a1af8a2c09f152adea60d 0.14.beta1 +7fa84cb6d3d75eb3d015aeeb60bf8b642171fe93 0.14.beta2 diff --git a/Cython/__init__.py b/Cython/__init__.py index 9244dcfe..ee21296d 100644 --- a/Cython/__init__.py +++ b/Cython/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.14.beta1" +__version__ = "0.14.beta2" # Void cython.* directives (for case insensitive operating systems). from Cython.Shadow import * -- 2.26.2