Skip to content

Commit

Permalink
Bump version: 2.0.1 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdickinson committed Jul 1, 2022
1 parent db83402 commit 449f60d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 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 = 2.0.1
current_version = 2.1.0
commit = true
tag = true
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
2.1.0
=====
- Add support for Wagtail 3.0 and drop support for all Wagtail versions
before 2.15
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ exclude *
recursive-exclude * *

graft src/wagtail_factories
graft sandbox

include README.rst
include CHANGES
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# built documents.
#
# The short X.Y version.
version = '2.0.1'
version = '2.1.0'
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down Expand Up @@ -142,7 +142,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = 'wagtail-factories v2.0.1'
# html_title = 'wagtail-factories v2.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_factories",
version="2.0.1",
version="2.1.0",
description="Factory boy classes for wagtail",
long_description=long_description,
author="Michael van Tellingen",
Expand Down
2 changes: 1 addition & 1 deletion src/wagtail_factories/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .blocks import * # noqa
from .factories import * # noqa

__version__ = "2.0.1"
__version__ = "2.1.0"

0 comments on commit 449f60d

Please sign in to comment.