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

Bump version to 0.24a0

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