We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba1df6 commit f9c29d9Copy full SHA for f9c29d9
CHANGES.rst
@@ -2,8 +2,8 @@
2
Changes
3
=========
4
5
-2.0.0rc6 (unreleased)
6
-=====================
+2.0.0 (2022-10-31)
+==================
7
8
- Nothing changed yet.
9
src/greenlet/__init__.py
@@ -25,7 +25,7 @@
25
###
26
# Metadata
27
28
-__version__ = '2.0.0rc6.dev0'
+__version__ = '2.0.0'
29
from ._greenlet import _C_API # pylint:disable=no-name-in-module
30
31
0 commit comments