Skip to content

Commit 86e2667

Browse files
committed
Bump version: 3.8.0 → 4.0.0
1 parent 10d07ab commit 86e2667

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

setup.cfg

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
[bumpversion]
2+
current_version = 4.0.0
3+
14
[flake8]
2-
ignore=W503
3-
max-line-length=99
4-
max-complexity=10
5-
exclude=wagtailstreamforms/migrations/*.py
5+
ignore = W503
6+
max-line-length = 99
7+
max-complexity = 10
8+
exclude = wagtailstreamforms/migrations/*.py
69

710
[black]
811
line-length = 99

0 commit comments

Comments
 (0)