Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit ab89246

Browse files
committed
Bump to 2.0
1 parent 717c929 commit ab89246

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
77
[unreleased](https://github.com/marksweb/django-bleach/compare/1.0.1...master) changes
88
-------------------------------------------------------------------------------------
99

10-
Version 1.0.1
10+
Version 2.0.0
1111
=============
1212
###### 08-04-2022
1313

1414
* cap bleach version at ``<5`` [#51](https://github.com/marksweb/django-bleach/issues/51)
15+
* drop support for python 3.6
16+
* drop support for django 3.0 and 3.1
17+
* added support for django 4
1518

1619
Version 1.0.0
1720
=============

django_bleach/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.0.1"
1+
__version__ = "2.0.0"
22

33
VERSION = __version__.split(".")

0 commit comments

Comments
 (0)