Skip to content

Commit

Permalink
Version 17.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Dec 22, 2017
1 parent 63623fb commit 583520d
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.3
-------

* Rewrite imports from _io module to io. (#1, merge of #32). Thanks Radhans
Jadhao.
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.3.dev1"
__version__ = "17.12.3"


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

0 comments on commit 583520d

Please sign in to comment.