summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2012-12-14 09:49:37 +0100
committerStefan Behnel <stefan_ml@behnel.de>2012-12-14 09:49:37 +0100
commit1da2e2fa78504f2a01a999e6549d14219af62a1b (patch)
treeec9362a68b71a466a2c3daab6969c4fd24176c47
parent69a86840ee7a5694d8922ded5be46f5e802a9e2d (diff)
downloadcython-1da2e2fa78504f2a01a999e6549d14219af62a1b.tar.gz
prepare release of 0.17.30.17.3
-rw-r--r--CHANGES.rst2
-rw-r--r--Cython/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 74a8518df..869d10f6a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-0.17.3 (??)
+0.17.3 (2012-12-14)
===================
Features added
diff --git a/Cython/__init__.py b/Cython/__init__.py
index c5b8bacd8..8ce78951a 100644
--- a/Cython/__init__.py
+++ b/Cython/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.17.2"
+__version__ = "0.17.3"
# Void cython.* directives (for case insensitive operating systems).
from Cython.Shadow import *