Skip to content

Commit

Permalink
Bump version for dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Nov 19, 2019
1 parent 0497084 commit 9783dff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

master
------


19.11.1
-------

Expand Down Expand Up @@ -33,6 +37,7 @@ Changelog

* Typing support for collections.defaultdict. Thanks Dinesh Kesavan. Merge of #152.


19.5.0
------

Expand All @@ -41,12 +46,14 @@ Changelog
* Add ``-v`` option; don't display individual traces that fail to decode unless
it is given.


19.1.1
------

* Pass ``--incremental`` to retype when applying stubs, so it doesn't choke on
partial stubs (which can result from e.g. failures to decode some traces).


19.1.0
------

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__ = "19.11.1"
__version__ = "19.11.2.dev1"


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

0 comments on commit 9783dff

Please sign in to comment.