Skip to content

Commit

Permalink
Version 18.1.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Jan 30, 2018
1 parent e627cd1 commit de31221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

master
------
18.1.13
-------

* Improve error messages in case of "no traces found" and/or file path given
instead of module name. Merge of #37, partial fix for #65. Thanks Aarni
Expand Down
2 changes: 1 addition & 1 deletion monkeytype/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)
from monkeytype.tracing import trace_calls

__version__ = "18.1.12.dev1"
__version__ = "18.1.13"


def trace(config: Optional[Config] = None) -> ContextManager:
Expand Down

0 comments on commit de31221

Please sign in to comment.