Skip to content

Commit

Permalink
Merge pull request #96 from rocioar/bump-version-1.1.3
Browse files Browse the repository at this point in the history
Bump version 1.1.2 -> 1.1.3
  • Loading branch information
rocioar committed Aug 4, 2022
2 parents 000b0f7 + f0e0b36 commit c4913a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <rocio.aramberri@schegel.net>"]
Expand Down Expand Up @@ -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"

0 comments on commit c4913a0

Please sign in to comment.