diff --git a/CHANGELOG.md b/CHANGELOG.md index 13b55b7..30eb2af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v0.4.1 (2024-01-14) + +### Fix + +* fix: remove unnecessary noqa (#54) + +- CI has started to complain about this ([`2387b18`](https://github.com/abid-mujtaba/testing-fixtures/commit/2387b186ef7b5fed05dab521465fd1ba89f48e98)) + + ## v0.4.0 (2023-12-09) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 5c3ad5d..7f50785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "testing-fixtures" -version = "0.4.0" +version = "0.4.1" authors = [ { name = "Abid H. Mujtaba", email = "abid.naqvi83@gmail.com" } ]