Skip to content

Commit 004609c

Browse files
committed
Bump version → 4.3.0
1 parent 4743931 commit 004609c

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ dist/
1212
.cache
1313
.tox
1414
htmlcov
15+
docs/_build

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Unreleased
22
==========
3+
4+
4.3.0
5+
=====
36
- Add ImageBlockFactory
47
- Add support for Wagtail 7.1
58
- Drop support for Wagtail 6.4

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = "4.2.1"
60+
version = "4.3.0"
6161
release = version
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
@@ -140,7 +140,7 @@
140140
# The name for this set of Sphinx documents.
141141
# "<project> v<release> documentation" by default.
142142
#
143-
# html_title = 'wagtail-factories v4.2.1'
143+
# html_title = 'wagtail-factories v4.3.0'
144144

145145
# A shorter title for the navigation bar. Default is the same as html_title.
146146
#

setup.py

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

2727
setup(
2828
name="wagtail_factories",
29-
version="4.2.1",
29+
version="4.3.0",
3030
description="Factory boy classes for wagtail",
3131
long_description=long_description,
3232
long_description_content_type="text/markdown",

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.2.1"
4+
__version__ = "4.3.0"

0 commit comments

Comments
 (0)