Skip to content

Commit

Permalink
Merge pull request #89 from rocioar/bump-version-1.1.2
Browse files Browse the repository at this point in the history
Bump version to 1.1.2
  • Loading branch information
rocioar committed May 11, 2021
2 parents 8b90816 + 810d3b5 commit a11a0ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
Change Log
==========

1.2.1 (dev)
1.1.2 (2021-05-11)
-----------

**Bugfixes**

* Removed UUIDField from DJ01 (@noamkush)
* Removed ImageField from DJ01 (Ferran Jovel)

**Improvements**

* Re-add `DJ10` and `DJ11` as optional checks which are disabled by default
* Re-add `DJ10` and `DJ11` (verbose_name and verbose_name_plural checks) as optional checks which are disabled by default (@rocioar)
* Update DJ12 error message (@sondrelg)

1.1.1 (2020-05-25)
------------------
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.1.1"
version = "1.1.2"
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 a11a0ec

Please sign in to comment.