Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leongraumans committed Jun 29, 2023
1 parent 4366363 commit 4bd5343
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.1.0
commit = true
tag = true
tag_name = {new_version}
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
version = "1.0.0"
version = "1.1.0"
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down Expand Up @@ -139,7 +139,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = u'Wagtail Site Inheritance v1.0.0'
# html_title = u'Wagtail Site Inheritance v1.1.0'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name="wagtail-site-inheritance",
version="1.0.0",
version="1.1.0",
description="Site Inheritance for Wagtail",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/wagtail_site_inheritance/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _

__version__ = "1.0.0"
__version__ = "1.1.0"


class WagtailSiteInheritanceAppConfig(AppConfig):
Expand Down

0 comments on commit 4bd5343

Please sign in to comment.