diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 603caae..daaacb2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.0 +current_version = 2.2.1 commit = True [bumpversion:file:popolo/__init__.py] diff --git a/popolo/__init__.py b/popolo/__init__.py index aebaa73..c16e81e 100644 --- a/popolo/__init__.py +++ b/popolo/__init__.py @@ -1,3 +1,3 @@ "A Django-based model of the OpenGovernment context, compliant with the Popolo data specifications." -__version__ = '2.2.0' +__version__ = '2.2.1'