Skip to content

Commit

Permalink
Merge pull request #125 from rocioar/bump-version-1.4
Browse files Browse the repository at this point in the history
Bump version to 1.4
  • Loading branch information
rocioar committed Jul 31, 2023
2 parents 2c28a8c + 13ddb8b commit b5c9b94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3
current_version = 1.4
commit = True
tag = True
tag_name = v{new_version}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========


1.4 (2023-07-31)
----------------
* Add exception handling for model field checking (@yalef)

1.3 (2023-05-22)
----------------
* Add model checkers based on astroid nodes. Fixes violations missed
Expand Down
2 changes: 1 addition & 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.2"
version = "1.4"
license = "GPL-3.0-or-later"
description = "Plugin to catch bad style specific to Django Projects."
authors = ["Rocio Aramberri Schegel <[email protected]>"]
Expand Down

0 comments on commit b5c9b94

Please sign in to comment.