Skip to content

Commit 8bb16da

Browse files
authored
Bump version to 1.1.0 (#7)
1 parent 4366363 commit 8bb16da

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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 = 1.0.0
2+
current_version = 1.1.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
@@ -56,7 +56,7 @@
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"
6060
release = version
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
@@ -139,7 +139,7 @@
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
#

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
setup(
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",

src/wagtail_site_inheritance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from django.apps import AppConfig
22
from django.utils.translation import gettext_lazy as _
33

4-
__version__ = "1.0.0"
4+
__version__ = "1.1.0"
55

66

77
class WagtailSiteInheritanceAppConfig(AppConfig):

0 commit comments

Comments
 (0)