Skip to content

Commit ea9ad9c

Browse files
committed
Preparing release 1.1.2
1 parent a7cd644 commit ea9ad9c

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-
1.1.2 (unreleased)
5+
1.1.2 (2021-09-29)
66
==================
77

88
- Fix a potential crash due to a reference counting error when Python

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

3131
###

0 commit comments

Comments
 (0)