File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.1 .0
2+ current_version = 4.2 .0
33commit = true
44tag = true
55tag_name = {new_version}
Original file line number Diff line number Diff line change 5757# built documents.
5858#
5959# The short X.Y version.
60- version = "4.1 .0"
60+ version = "4.2 .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.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#
Original file line number Diff line number Diff line change 2626
2727setup (
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" ,
Original file line number Diff line number Diff line change 11from .blocks import * # noqa
22from .factories import * # noqa
33
4- __version__ = "4.1 .0"
4+ __version__ = "4.2 .0"
You can’t perform that action at this time.
0 commit comments