Skip to content

Commit 719ea47

Browse files
committed
Preparing release 3.0.2
1 parent 2c0793c commit 719ea47

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.2 (unreleased)
5+
3.0.2 (2023-12-08)
66
==================
77

88
- Packaging: Add a minimal ``pyproject.toml`` to sdists.

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

3131
###

0 commit comments

Comments
 (0)