Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwatson committed Mar 17, 2024
1 parent 7542b90 commit 1d9f2a2
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
@@ -1,3 +1,8 @@
## 3.4.5

* Properly specify database alias for Django queries in the history backends


## 3.4.4

* `CASCADE` when dropping the `history_record` function.
Expand Down
2 changes: 1 addition & 1 deletion history/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .backends import get_backend, session # noqa
from .utils import get_history_model # noqa

__version__ = "3.4.4"
__version__ = "3.4.5"
__version_info__ = tuple(
int(num) if num.isdigit() else num
for num in re.findall(r"([a-z\d]+)", __version__, re.I)
Expand Down

0 comments on commit 1d9f2a2

Please sign in to comment.