File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.0 .0
2+ current_version = 4.1 .0
33commit = true
44tag = true
55tag_name = {new_version}
Original file line number Diff line number Diff line change 11Unreleased
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
5143.1.0
Original file line number Diff line number Diff line change 5959# built documents.
6060#
6161# The short X.Y version.
62- version = '4.0 .0'
62+ version = '4.1 .0'
6363release = version
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
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#
Original file line number Diff line number Diff line change 3131
3232setup (
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" ,
Original file line number Diff line number Diff line change 11from .blocks import * # noqa
22from .factories import * # noqa
33
4- __version__ = "4.0 .0"
4+ __version__ = "4.1 .0"
You can’t perform that action at this time.
0 commit comments