Skip to content

Commit

Permalink
Bump to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesoutterside committed Apr 28, 2022
1 parent 58177f6 commit 250c63f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "1.4.1"
release = "1.4.2"


# -- General configuration ---------------------------------------------------
Expand Down
5 changes: 5 additions & 0 deletions docs/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ query the model ``gdpr_assist.models.PrivacyAnonymised`` instead.
Changelog
=========

1.4.2, 2022-04-28
-----------------

Fix admin styling issue on person search.

1.4.1, 2022-02-25
-----------------

Expand Down
2 changes: 1 addition & 1 deletion gdpr_assist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .exceptions import AnonymiseError # noqa


__version__ = "1.4.1"
__version__ = "1.4.2"

default_app_config = "gdpr_assist.apps.GdprAppConfig"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import find_packages, setup


VERSION = "1.4.1"
VERSION = "1.4.2"


def read(fname):
Expand Down

0 comments on commit 250c63f

Please sign in to comment.