Skip to content

Commit

Permalink
Bump to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Apr 8, 2022
1 parent 717c929 commit ab89246
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
[unreleased](https://github.com/marksweb/django-bleach/compare/1.0.1...master) changes
-------------------------------------------------------------------------------------

Version 1.0.1
Version 2.0.0
=============
###### 08-04-2022

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

Version 1.0.0
=============
Expand Down
2 changes: 1 addition & 1 deletion django_bleach/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.0.1"
__version__ = "2.0.0"

VERSION = __version__.split(".")

0 comments on commit ab89246

Please sign in to comment.