Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 7, 2022
1 parent 9d4581c commit dea2285
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!--next-version-placeholder-->

## v0.2.1 (2022-12-07)
### Fix
* Added missing tests module ([`9d4581c`](https://github.com/awmath/django-bulk-signals/commit/9d4581cbd0bc5a6f6d212e1ca796a1349dad2f79))
* Bulk_update no longer triggers the pre_update signal ([`809c86a`](https://github.com/awmath/django-bulk-signals/commit/809c86adcbe92d485ca0c1c48b59792ec26efdd4))

## v0.2.0 (2022-12-07)
### Feature
* Added pre_*** action signals ([`ba6eb9a`](https://github.com/awmath/django-bulk-signals/commit/ba6eb9a869dd683d8675d6e45b41d67159ba0f13))
Expand Down
2 changes: 1 addition & 1 deletion bulk_signals/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit dea2285

Please sign in to comment.