File tree Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.2.1
2+ current_version = 4.3.0
33commit = true
44tag = true
55tag_name = {new_version}
Original file line number Diff line number Diff line change 1212.cache
1313.tox
1414htmlcov
15+ docs /_build
Original file line number Diff line number Diff line change 11Unreleased
22==========
3+
4+ 4.3.0
5+ =====
36- Add ImageBlockFactory
47- Add support for Wagtail 7.1
58- Drop support for Wagtail 6.4
Original file line number Diff line number Diff line change 5757# built documents.
5858#
5959# The short X.Y version.
60- version = "4.2.1 "
60+ version = "4.3.0 "
6161release = version
6262
6363# The language for content autogenerated by Sphinx. Refer to documentation
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#
Original file line number Diff line number Diff line change 2626
2727setup (
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" ,
Original file line number Diff line number Diff line change 11from .blocks import * # noqa
22from .factories import * # noqa
33
4- __version__ = "4.2.1 "
4+ __version__ = "4.3.0 "
You can’t perform that action at this time.
0 commit comments