Skip to content

Commit

Permalink
Version 0.13.3 (#899)
Browse files Browse the repository at this point in the history
* Version 0.13.3

* Linting
  • Loading branch information
tomchristie committed Apr 15, 2020
1 parent 2ded04c commit 678f87d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion starlette/__init__.py
@@ -1 +1 @@
__version__ = "0.13.2"
__version__ = "0.13.3"
1 change: 0 additions & 1 deletion tests/test_testclient.py
Expand Up @@ -58,7 +58,6 @@ def test_error_on_startup():


def test_exception_in_middleware():

class MiddlewareException(Exception):
pass

Expand Down

0 comments on commit 678f87d

Please sign in to comment.