Commit bd4889fe authored by Robert Bradshaw's avatar Robert Bradshaw

Merge branch '0.25.x'

parents 0c5fe4bd 741ebbd0
......@@ -20,4 +20,4 @@ class new_build_ext(_build_ext, object):
super(build_ext, self).finalize_options()
# This will become new_build_ext in the future.
from Cython.Distutils.old_build_ext as build_ext
from .old_build_ext import old_build_ext as build_ext
# cython.* namespace for pure mode.
from __future__ import absolute_import
__version__ = "0.25.1b0"
__version__ = "0.25.1b1"
try:
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