From 63efa5521c5c75d40cfed0b6b8f6528ecce9bc6a Mon Sep 17 00:00:00 2001 From: David Lord Date: Tue, 18 May 2021 10:01:03 -0700 Subject: release version 2.0.1 --- .github/workflows/build.yaml | 3 --- CHANGES.rst | 2 +- src/markupsafe/__init__.py | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9ca9ef9..b5527c3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,9 +6,6 @@ on: - '*.x' tags: - '*' - pull_request: - branches: - - '*' jobs: wheels: name: ${{ matrix.os }} diff --git a/CHANGES.rst b/CHANGES.rst index 55153c5..e50fc98 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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` diff --git a/src/markupsafe/__init__.py b/src/markupsafe/__init__.py index 7e2e721..d331ac3 100644 --- a/src/markupsafe/__init__.py +++ b/src/markupsafe/__init__.py @@ -11,7 +11,7 @@ if t.TYPE_CHECKING: pass -__version__ = "2.0.1.dev0" +__version__ = "2.0.1" _striptags_re = re.compile(r"(|<[^>]*>)") -- cgit v1.2.1