summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-07-08 09:44:43 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-07-08 09:44:43 +0200
commit69714807b2ab222fbf9cc6715f28c2f13ebe436c (patch)
treec699ba779ea4ddc1cd0edb2650caaa6ab2c4860b
parent22351bbbe23ab8687b2e461ee7b9d5d2a2b7cdfc (diff)
downloadcython-69714807b2ab222fbf9cc6715f28c2f13ebe436c.tar.gz
Prepare release of 0.28.4.0.28.4
-rw-r--r--Cython/Shadow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 0f14a58b8..f126c4423 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.28.3"
+__version__ = "0.28.4"
try:
from __builtin__ import basestring