summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-10-22 12:44:45 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-10-22 12:44:45 +0200
commit41b4a28d7c7c505d58502c9cf69bde2e33091de0 (patch)
tree4da28326fca72ff5b0b4fef44f81a18337d7e191
parent27ec276b12ef0e3bc2b82c9f29d0c496cc4ffccf (diff)
downloadcython-41b4a28d7c7c505d58502c9cf69bde2e33091de0.tar.gz
Prepare release of 0.27.2.0.27.2
-rw-r--r--CHANGES.rst2
-rw-r--r--Cython/Shadow.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 4ba430c09..fea75afc6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-0.27.2 (2017-??-??)
+0.27.2 (2017-10-22)
===================
Bugs fixed
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index b3459f25b..0dc731cc8 100644
--- a/Cython/Shadow.py
+++ b/Cython/Shadow.py
@@ -1,7 +1,7 @@
# cython.* namespace for pure mode.
from __future__ import absolute_import
-__version__ = "0.27.2a0"
+__version__ = "0.27.2"
try:
from __builtin__ import basestring