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 7e1704c commit 0216c2aCopy full SHA for 0216c2a
CHANGES.rst
@@ -2,7 +2,7 @@
2
Changes
3
=========
4
5
-2.0.0.post0 (unreleased)
+2.0.0.post0 (2022-11-03)
6
========================
7
8
- Add ``Programming Language :: Python :: 3.11`` to the PyPI
src/greenlet/__init__.py
@@ -25,7 +25,7 @@
25
###
26
# Metadata
27
28
-__version__ = '2.0.1.dev0'
+__version__ = '2.0.0.post0'
29
from ._greenlet import _C_API # pylint:disable=no-name-in-module
30
31
0 commit comments