diff --git a/CHANGELOG.md b/CHANGELOG.md index 5495468..e61b0a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ Change Log ========== +1.1.3 (2022-08-04) +------------------ + +* Add compatibility with flake8 4.x (@terencehonles) + 1.1.2 (2021-05-11) ------------ +------------------ **Bugfixes** diff --git a/pyproject.toml b/pyproject.toml index ff2ff9f..67412c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flake8-django" -version = "1.1.2" +version = "1.1.3" license = "GPL-3.0-or-later" description = "Plugin to catch bad style specific to Django Projects." authors = ["Rocio Aramberri Schegel "] @@ -35,3 +35,4 @@ flake8 = ">=3.8.4,<5" [tool.poetry.dev-dependencies] pytest = "^6.2.2" pytest-cov = "^2.11.1" +twine = "^3.8.0"