Skip to content

Commit

Permalink
released 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTimperley committed May 6, 2018
1 parent 05fbced commit 73c5f3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.1.3 (2018-05-06)

### Bug Fixes

* Fixed bug that caused BugZoo to interfere with logging of other packages by
removing all calls to `logging.basicConfig`. Also, refactored loggers to use
`logging.getLogger(__name__)` for each module, rather than passing `Logger`
instances between components.


## 2.1.2 (2018-04-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion bugzoo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.2'
__version__ = '2.1.3'

0 comments on commit 73c5f3e

Please sign in to comment.