We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9596b31 + d67b0cc commit 39451b4Copy full SHA for 39451b4
CHANGES
@@ -1,6 +1,20 @@
1
Bleach changes
2
==============
3
4
+Version 6.1.0 (in development)
5
+------------------------------
6
+
7
+**Backwards incompatibel changes**
8
9
+* Dropped support for Python 3.7. (#709)
10
11
+**Security fixes**
12
13
+None
14
15
+**Bug fixes**
16
17
18
Version 6.0.0 (January 23rd, 2023)
19
----------------------------------
20
bleach/__init__.py
@@ -11,9 +11,9 @@
# yyyymmdd
-__releasedate__ = "20230123"
+__releasedate__ = ""
# x.y.z or x.y.z.dev0 -- semver
-__version__ = "6.0.0"
+__version__ = "6.1.0.dev0"
__all__ = ["clean", "linkify"]
0 commit comments