Skip to content

Commit

Permalink
prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Sep 3, 2020
1 parent 90e6464 commit 99a25f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

0.0.2 (2020-09-04)
------------------

- the `install_packages` method now backs up the root logger before calling `pip.main`
and restores it afterwards again


0.0.1 (2020-07-29)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _read(f) -> bytes:
namespace_packages=[
"wai",
],
version="0.0.1",
version="0.0.2",
author='Peter Reutemann',
author_email='[email protected]',
install_requires=[
Expand Down

0 comments on commit 99a25f4

Please sign in to comment.