Skip to content

Commit

Permalink
Prepare release of 0.29.31.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jul 27, 2022
1 parent 6cede00 commit b6cb192
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@
Cython Changelog
================

0.29.31 (2022-??-??)
0.29.31 (2022-07-22)

This comment has been minimized.

Copy link
@da-woods

da-woods Jul 27, 2022

Contributor

2022-07-27

This comment has been minimized.

Copy link
@scoder

scoder Jul 27, 2022

Author Contributor

Thanks. :-/
Probably not bad enough to move the release tag, though. Let's see if anything else goes wrong along the way.

====================

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
----------

Expand Down
2 changes: 1 addition & 1 deletion Cython/Shadow.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cython.* namespace for pure mode.
from __future__ import absolute_import

__version__ = "0.29.30"
__version__ = "0.29.31"

try:
from __builtin__ import basestring
Expand Down

0 comments on commit b6cb192

Please sign in to comment.