Skip to content

Commit

Permalink
release 0.13.0 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
crflynn authored Jul 21, 2022
1 parent 5bca012 commit c91ab53
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,6 +1,11 @@
Release Changelog
-----------------

0.13.0 (2022-07-21)
~~~~~~~~~~~~~~~~~~~

* Bugfix: Class method instrumentation now properly handles inherited methods when parent classes are instrumented first.

0.12.0 (2022-06-06)
~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sklearn-instrumentation"
version = "0.12.0"
version = "0.13.0"
description = "scikit-learn instrumentation tooling"
authors = ["flynn <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion sklearn_instrumentation/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.0"
__version__ = "0.13.0"

0 comments on commit c91ab53

Please sign in to comment.