summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst4
-rw-r--r--Cython/Shadow.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c98c23c0e..609517378 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,8 +2,8 @@
Cython Changelog
================
-0.18 (??)
-===================
+0.18 (2013-01-28)
+=================
Features added
--------------
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 532a10185..ee701e29a 100644
--- a/Cython/Shadow.py
+++ b/Cython/Shadow.py
@@ -1,5 +1,5 @@
# cython.* namespace for pure mode.
-__version__ = "0.18rc1"
+__version__ = "0.18"
# BEGIN shameless copy from Cython/minivect/minitypes.py