Skip to content

Commit

Permalink
Bump version: 4.0.0 → 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jams2 committed May 16, 2023
1 parent b41a1b3 commit b4d53cf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 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 = 4.0.0
current_version = 4.1.0
commit = true
tag = true
tag_name = {new_version}
Expand Down
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Unreleased
==========

4.1.0
=====
- Add support Wagtail 5.0
- Drop support for Wagtail < 4.1

4.0.0
=====
- Fix ListBlock compatibility with Wagtail 4.1
- Add support for Wagtail 4.0

3.1.0
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# built documents.
#
# The short X.Y version.
version = '4.0.0'
version = '4.1.0'
release = version

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

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name="wagtail_factories",
version="4.0.0",
version="4.1.0",
description="Factory boy classes for wagtail",
long_description=long_description,
author="Michael van Tellingen",
Expand Down
2 changes: 1 addition & 1 deletion src/wagtail_factories/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .blocks import * # noqa
from .factories import * # noqa

__version__ = "4.0.0"
__version__ = "4.1.0"

0 comments on commit b4d53cf

Please sign in to comment.