Skip to content

Commit

Permalink
0.8.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Sep 17, 2021
1 parent 6c160a2 commit 75d9ea1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 0.8.0
=============
###### 18-09-2021
Thank you to [Mark Gregson](https://github.com/MrkGrgsn) for providing the changes in this release!
* Fix for [#28](https://github.com/marksweb/django-bleach/issues/28): Return ``empty_value`` for any empty input value
* Fix for [#27](https://github.com/marksweb/django-bleach/issues/27): Mark cleaned data as template safe
* Fix for [#25](https://github.com/marksweb/django-bleach/issues/25): Respect the ``form_class`` argument
* Fix custom widget tests [#34](https://github.com/marksweb/django-bleach/pulls/34)

Version 0.7.2
=============
###### 27-07-2021
Expand Down
2 changes: 1 addition & 1 deletion django_bleach/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__author__ = "Tim Heap & Mark Walker"
__version__ = "0.7.2"
__version__ = "0.8.0"

VERSION = __version__.split(".")

0 comments on commit 75d9ea1

Please sign in to comment.