Skip to content

Commit

Permalink
prepare 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Aug 19, 2019
1 parent c230533 commit fde45d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Expand Up @@ -2,9 +2,10 @@
CHANGELOG
=========

0.5.2 (unreleased)
0.5.2 (2019-08-19)
==================

- Fix performance issue with Django 2.2
- Fix executing soft delete on already soft-deleted items during cascade soft delete

0.5.1 (2018-07-02)
Expand Down
2 changes: 1 addition & 1 deletion safedelete/__init__.py
Expand Up @@ -15,5 +15,5 @@
'DELETED_VISIBLE_BY_FIELD',
]

__version__ = "0.5.2dev"
__version__ = "0.5.2"
default_app_config = 'safedelete.apps.SafeDeleteConfig'

0 comments on commit fde45d4

Please sign in to comment.