Commit c9bcf1be authored by Robert Bradshaw's avatar Robert Bradshaw

Release notes, version bump.

parent 59c4b922
......@@ -2,7 +2,7 @@
Cython Changelog
================
0.25.2 (2016-12-xx)
0.25.2 (2016-12-08)
===================
Bugs fixed
......@@ -16,6 +16,8 @@ Bugs fixed
* Fixed or silenced many Clang warnings.
* Fixes bug with powers of pure real complex numbers (Github issue #1538).
0.25.1 (2016-10-26)
===================
......
# cython.* namespace for pure mode.
from __future__ import absolute_import
__version__ = "0.25.2rc0"
__version__ = "0.25.2"
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