Skip to content

Commit

Permalink
Merge pull request #217 from pallets/release-2.0.1
Browse files Browse the repository at this point in the history
release version 2.0.1
  • Loading branch information
davidism committed May 18, 2021
2 parents 1dbc207 + 63efa55 commit 7666dff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- '*.x'
tags:
- '*'
pull_request:
branches:
- '*'
jobs:
wheels:
name: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 2.0.1
-------------

Unreleased
Released 2021-05-18

- Mark top-level names as exported so type checking understands
imports in user projects. :pr:`215`
Expand Down
2 changes: 1 addition & 1 deletion src/markupsafe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __html__(self) -> str:
pass


__version__ = "2.0.1.dev0"
__version__ = "2.0.1"

_striptags_re = re.compile(r"(<!--.*?-->|<[^>]*>)")

Expand Down

0 comments on commit 7666dff

Please sign in to comment.