Skip to content

Commit

Permalink
Version 18.1.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Jan 10, 2018
1 parent 94c9292 commit c9795c8
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.10
-------

* Display retype errors when stub application fails. Merge of #52, fixes #49.

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__ = "17.12.4.dev1"
__version__ = "18.1.10"


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

0 comments on commit c9795c8

Please sign in to comment.