Skip to content

Commit

Permalink
Release 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Jan 18, 2022
1 parent 794a201 commit 1abfc06
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.rst
@@ -1,5 +1,11 @@
2022/01/11 Version 9.0.0
-----------
2022/01/17 Version 9.0.1
------------------------

- Fix regression where ``EventEmitter#listeners`` began crashing when called
with uninitialized listeners

2022/01/17 Version 9.0.0
------------------------

Compatibility:

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.rst
Expand Up @@ -13,3 +13,4 @@ Listed in no particular order:
- Anton Bolshakov @blshkv
- Åke Forslund @forslund <ake.forslund@gmail.com>
- Ivan Gretchka @leirons
- Max Schmitt @mxschmitt
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -62,7 +62,7 @@
# built documents.
#
# The short X.Y version.
version = "9.0.0"
version = "9.0.1"

# The full version, including alpha/beta/rc tags.
release = version
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@

setup(
name="pyee",
version="9.0.0",
version="9.0.1",
packages=find_packages(),
include_package_data=True,
description="A port of node.js's EventEmitter to python.",
Expand Down

0 comments on commit 1abfc06

Please sign in to comment.