Commit 89cfbb4a authored by Stefan Behnel's avatar Stefan Behnel

Prepare release of 0.28.1.

parent cc5a93bd
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Cython Changelog Cython Changelog
================ ================
0.28.1 (2018-0?-??) 0.28.1 (2018-03-18)
=================== ===================
Bugs fixed Bugs fixed
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "0.28" __version__ = "0.28.1"
try: try:
from __builtin__ import basestring from __builtin__ import basestring
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment