Skip to content

Commit

Permalink
release version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Sep 19, 2019
1 parent 73590e8 commit 1aba740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Version 0.16.0
--------------

Unreleased
Released 2019-09-19

- Deprecate most top-level attributes provided by the ``werkzeug``
module in favor of direct imports. The deprecated imports will be
Expand Down
2 changes: 1 addition & 1 deletion src/werkzeug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"""
from types import ModuleType

__version__ = "0.16.0.dev0"
__version__ = "0.16.0"

__all__ = ["run_simple", "Client", "Request", "Response", "__version__"]

Expand Down

0 comments on commit 1aba740

Please sign in to comment.