Skip to content

Commit

Permalink
Bump version to 18.5.2.dev1.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed May 23, 2018
1 parent 4533c31 commit 52322fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

master
------


18.5.1
------

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.5.1"
__version__ = "18.5.2.dev1"


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

0 comments on commit 52322fe

Please sign in to comment.