Skip to content

Commit

Permalink
Prepare second release candidate 3.0.0rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jul 13, 2023
1 parent 7efee97 commit 8edd90a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Cython Changelog
================

3.0.0 (2023-0?-??)
==================
3.0.0 rc 2 (2023-07-13)
=======================

Bugs fixed
----------
Expand Down
2 changes: 1 addition & 1 deletion Cython/Shadow.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import absolute_import

# Possible version formats: "3.1.0", "3.1.0a1", "3.1.0a1.dev0"
__version__ = "3.0.0.dev0"
__version__ = "3.0.0rc2"

try:
from __builtin__ import basestring
Expand Down

0 comments on commit 8edd90a

Please sign in to comment.