Skip to content

Commit f9c29d9

Browse files
committed
Preparing release 2.0.0
1 parent 4ba1df6 commit f9c29d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

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

5-
2.0.0rc6 (unreleased)
6-
=====================
5+
2.0.0 (2022-10-31)
6+
==================
77

88
- Nothing changed yet.
99

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.0rc6.dev0'
28+
__version__ = '2.0.0'
2929
from ._greenlet import _C_API # pylint:disable=no-name-in-module
3030

3131
###

0 commit comments

Comments
 (0)