Skip to content

Commit 77a9a29

Browse files
committed
Preparing release 3.0.1
1 parent 11b1b75 commit 77a9a29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changes
33
=========
44

5-
3.0.1 (unreleased)
5+
3.0.1 (2023-10-25)
66
==================
77

88
- Fix a potential crash on Python 3.8 at interpreter shutdown time.

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

3131
###

0 commit comments

Comments
 (0)