Skip to content

Commit

Permalink
Release 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Jan 18, 2022
1 parent f5c9312 commit 777bf44
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2022/01/17 Version 9.0.2
------------------------

- Add ``tests_require`` to setup.py (attempt to fix COPR build)

2022/01/17 Version 9.0.1
------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# built documents.
#
# The short X.Y version.
version = "9.0.1"
version = "9.0.2"

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

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

0 comments on commit 777bf44

Please sign in to comment.