Skip to content

Commit 63efa55

Browse files
committed
release version 2.0.1
1 parent 1dbc207 commit 63efa55

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- '*.x'
77
tags:
88
- '*'
9-
pull_request:
10-
branches:
11-
- '*'
129
jobs:
1310
wheels:
1411
name: ${{ matrix.os }}

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 2.0.1
22
-------------
33

4-
Unreleased
4+
Released 2021-05-18
55

66
- Mark top-level names as exported so type checking understands
77
imports in user projects. :pr:`215`

src/markupsafe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __html__(self) -> str:
1111
pass
1212

1313

14-
__version__ = "2.0.1.dev0"
14+
__version__ = "2.0.1"
1515

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

0 commit comments

Comments
 (0)