Commit b6cb192f authored by Stefan Behnel's avatar Stefan Behnel

Prepare release of 0.29.31.

parent 6cede008
...@@ -2,9 +2,16 @@ ...@@ -2,9 +2,16 @@
Cython Changelog Cython Changelog
================ ================
0.29.31 (2022-??-??) 0.29.31 (2022-07-22)
==================== ====================
Features added
--------------
* A new argument ``--module-name`` was added to the ``cython`` command to
provide the (one) exact target module name from the command line.
Patch by Matthew Brett and h-vetinari. (Github issue #4906)
Bugs fixed Bugs fixed
---------- ----------
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "0.29.30" __version__ = "0.29.31"
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