Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Actionb committed Sep 2, 2024
1 parent 259dcf8 commit 67a4343
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [unreleased]
## 1.1.1 (2024-09-02)

- fix Django requirements being too strict (was ">4", should be ">=4.2")

## 1.1.0 (2024-08-22)

- enable overriding watchlist manager classes via settings
- add `get_object_text` hook to WatchlistViewMixin: use this to dictate the text to be displayed for a watchlist item on
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "mizdb-watchlist"
version = "1.1.0"
version = "1.1.1"
description = "A watchlist for Django model objects."
authors = [
"Philip Becker <[email protected]>" ,
Expand Down

0 comments on commit 67a4343

Please sign in to comment.