Skip to content

Commit

Permalink
Bump version: 3.8.0 → 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjstevns committed Apr 13, 2023
1 parent 10d07ab commit 86e2667
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[bumpversion]
current_version = 4.0.0

[flake8]
ignore=W503
max-line-length=99
max-complexity=10
exclude=wagtailstreamforms/migrations/*.py
ignore = W503
max-line-length = 99
max-complexity = 10
exclude = wagtailstreamforms/migrations/*.py

[black]
line-length = 99

0 comments on commit 86e2667

Please sign in to comment.