Skip to content

Commit

Permalink
Version 17.12.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Dec 16, 2017
1 parent 1b4fe11 commit cb3bd95
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
------
17.12.2
-------

* Exclude "frozen importlib" functions in default code filter.
* Fix passing args to script run with ``monkeytype run`` (#18; merge of #21).
Expand Down
2 changes: 1 addition & 1 deletion monkeytype/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)
from monkeytype.tracing import trace_calls

__version__ = "17.12.2.dev1"
__version__ = "17.12.2"


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

0 comments on commit cb3bd95

Please sign in to comment.