Skip to content

Commit c9c27c9

Browse files
committed
Back to development: 2.0.0rc5
1 parent 4ad72bb commit c9c27c9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changes
33
=========
44

5+
2.0.0rc5 (unreleased)
6+
=====================
7+
8+
- Nothing changed yet.
9+
10+
511
2.0.0rc4 (2022-10-30)
612
=====================
713

src/greenlet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
###
2626
# Metadata
2727
###
28-
__version__ = '2.0.0rc4'
28+
__version__ = '2.0.0rc5.dev0'
2929
from ._greenlet import _C_API # pylint:disable=no-name-in-module
3030

3131
###

0 commit comments

Comments
 (0)