Skip to content

Commit 1ddc593

Browse files
committed
Bump version: 4.1.0 → 4.2.0
1 parent 9765818 commit 1ddc593

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-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.1.0
2+
current_version = 4.2.0
33
commit = true
44
tag = true
55
tag_name = {new_version}

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.1.0"
60+
version = "4.2.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.1.0'
143+
# html_title = 'wagtail-factories v4.2.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.1.0",
29+
version="4.2.0",
3030
description="Factory boy classes for wagtail",
3131
long_description=long_description,
3232
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.1.0"
4+
__version__ = "4.2.0"

0 commit comments

Comments
 (0)