Skip to content

Commit

Permalink
Prepare for release of v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meshy committed May 9, 2024
1 parent 688d15b commit c349711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## Unreleased changes

## v0.1.1 - 2024-05-09

- Fix some incorrect type signatures.
We were mistakenly asking for `django.db.models.Model` instead of `type[django.db.models.Model]` in:
- `django_integrity.constraints.foreign_key_constraint_name`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ where = ["src"]

[project]
name = "django_integrity"
version = "0.1.0"
version = "0.1.1"
license.file = "LICENSE"
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit c349711

Please sign in to comment.