diff --git a/CHANGES.rst b/CHANGES.rst index f1378316..7025ca7d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -3.0.3 (unreleased) +3.0.3 (2023-12-21) ================== - Python 3.12: Restore the full ability to walk the stack of a suspended diff --git a/src/greenlet/__init__.py b/src/greenlet/__init__.py index 12a4c4fd..298a19de 100644 --- a/src/greenlet/__init__.py +++ b/src/greenlet/__init__.py @@ -25,7 +25,7 @@ ### # Metadata ### -__version__ = '3.0.3.dev0' +__version__ = '3.0.3' from ._greenlet import _C_API # pylint:disable=no-name-in-module ###