Skip to content

Commit

Permalink
release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed May 11, 2021
1 parent d6a0f17 commit c987e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions CHANGES.rst
Expand Up @@ -3,7 +3,7 @@
Version 2.0.0
-------------

Unreleased
Released 2021-05-11

- Drop support for Python 2 and 3.5. :pr:`1693`
- Deprecate :func:`utils.format_string`, use :class:`string.Template`
Expand Down Expand Up @@ -190,15 +190,6 @@ Unreleased
- ``HTTPException.wrap`` is deprecated. Create a subclass manually
instead. :pr:`2085`

Version 1.0.2
-------------

Unreleased

- Add new "edg" identifier for Edge in ``UserAgentParser``.
:issue:`1797`
- Upgrade the debugger to jQuery 3.5.1. :issue:`1802`


Version 1.0.1
-------------
Expand Down
2 changes: 1 addition & 1 deletion src/werkzeug/__init__.py
Expand Up @@ -3,4 +3,4 @@
from .wrappers import Request
from .wrappers import Response

__version__ = "2.0.0rc5"
__version__ = "2.0.0"

0 comments on commit c987e02

Please sign in to comment.