File tree Expand file tree Collapse file tree
src/wagtail_site_inheritance Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0 .0
2+ current_version = 1.1 .0
33commit = true
44tag = true
55tag_name = {new_version}
Original file line number Diff line number Diff line change 5656# |version| and |release|, also used in various other places throughout the
5757# built documents.
5858#
59- version = "1.0 .0"
59+ version = "1.1 .0"
6060release = version
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
139139# The name for this set of Sphinx documents.
140140# "<project> v<release> documentation" by default.
141141#
142- # html_title = u'Wagtail Site Inheritance v1.0 .0'
142+ # html_title = u'Wagtail Site Inheritance v1.1 .0'
143143
144144# A shorter title for the navigation bar. Default is the same as html_title.
145145#
Original file line number Diff line number Diff line change 3131
3232setup (
3333 name = "wagtail-site-inheritance" ,
34- version = "1.0 .0" ,
34+ version = "1.1 .0" ,
3535 description = "Site Inheritance for Wagtail" ,
3636 long_description = long_description ,
3737 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 11from django .apps import AppConfig
22from django .utils .translation import gettext_lazy as _
33
4- __version__ = "1.0 .0"
4+ __version__ = "1.1 .0"
55
66
77class WagtailSiteInheritanceAppConfig (AppConfig ):
You can’t perform that action at this time.
0 commit comments