Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radiac committed Aug 14, 2020
1 parent bccb034 commit f7368d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/upgrading.rst
Expand Up @@ -105,7 +105,7 @@ query the model ``gdpr_assist.models.PrivacyAnonymised`` instead.
Changelog
=========

1.3.0, 2020-08-13
1.3.0, 2020-08-14
-----------------

Features:
Expand Down
2 changes: 1 addition & 1 deletion gdpr_assist/__init__.py
Expand Up @@ -5,7 +5,7 @@
from .exceptions import AnonymiseError # noqa


__version__ = "1.1.0"
__version__ = "1.3.0"

default_app_config = "gdpr_assist.apps.GdprAppConfig"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
from setuptools import find_packages, setup


VERSION = "1.1.0"
VERSION = "1.3.0"


def read(fname):
Expand Down

0 comments on commit f7368d5

Please sign in to comment.