Commit 3de7bd55 authored by Robert Bradshaw's avatar Robert Bradshaw

Bump version to 0.24a0

parent 12df7f32
......@@ -2,7 +2,7 @@
Cython Changelog
================
Latest development
0.24.0 (2016-3-xx)
===================
Features added
......@@ -57,20 +57,11 @@ Bugs fixed
* Iteration over ``dict(...).items()`` failed to get optimised when dict
arguments included keyword arguments.
Other changes
-------------
0.23.5 (2015-xx-yy)
===================
Bugs fixed
----------
* Fix prange() to behave identically to range(). The end condition was
miscalculated when the range was not exactly divisible by the step.
0.23.4 (2015-10-10)
===================
......
# cython.* namespace for pure mode.
from __future__ import absolute_import
__version__ = "0.24.0a0"
__version__ = "0.24a0"
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