Skip to content

Commit

Permalink
Preparing release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Sep 29, 2021
1 parent a7cd644 commit ea9ad9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changes
=========

1.1.2 (unreleased)
1.1.2 (2021-09-29)
==================

- Fix a potential crash due to a reference counting error when Python
Expand Down
2 changes: 1 addition & 1 deletion src/greenlet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
###
# Metadata
###
__version__ = '1.1.2.dev0'
__version__ = '1.1.2'
from ._greenlet import _C_API # pylint:disable=no-name-in-module

###
Expand Down

0 comments on commit ea9ad9c

Please sign in to comment.