Skip to content

Commit b4d53cf

Browse files
committed
Bump version: 4.0.0 → 4.1.0
1 parent b41a1b3 commit b4d53cf

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.0.0
2+
current_version = 4.1.0
33
commit = true
44
tag = true
55
tag_name = {new_version}

CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
Unreleased
22
==========
3+
4+
4.1.0
5+
=====
6+
- Add support Wagtail 5.0
7+
- Drop support for Wagtail < 4.1
8+
9+
4.0.0
10+
=====
11+
- Fix ListBlock compatibility with Wagtail 4.1
312
- Add support for Wagtail 4.0
413

514
3.1.0

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '4.0.0'
62+
version = '4.1.0'
6363
release = version
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
@@ -142,7 +142,7 @@
142142
# The name for this set of Sphinx documents.
143143
# "<project> v<release> documentation" by default.
144144
#
145-
# html_title = 'wagtail-factories v4.0.0'
145+
# html_title = 'wagtail-factories v4.1.0'
146146

147147
# A shorter title for the navigation bar. Default is the same as html_title.
148148
#

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
setup(
3333
name="wagtail_factories",
34-
version="4.0.0",
34+
version="4.1.0",
3535
description="Factory boy classes for wagtail",
3636
long_description=long_description,
3737
author="Michael van Tellingen",

src/wagtail_factories/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .blocks import * # noqa
22
from .factories import * # noqa
33

4-
__version__ = "4.0.0"
4+
__version__ = "4.1.0"

0 commit comments

Comments
 (0)