Commit d7882351 authored by Stefan Behnel's avatar Stefan Behnel

set master branch version to 0.27

parent f4c5c661
...@@ -3,6 +3,17 @@ Cython Changelog ...@@ -3,6 +3,17 @@ Cython Changelog
================ ================
0.27 (2017-??-??)
=================
Features added
--------------
Bugs fixed
----------
0.26.1 (2017-??-??) 0.26.1 (2017-??-??)
=================== ===================
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "0.26.1a0" __version__ = "0.27"
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