Skip to content

Commit

Permalink
Bump version to 1.1.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesoutterside committed Mar 20, 2020
1 parent f6e0535 commit 8e45016
Show file tree
Hide file tree
Showing 4 changed files with 15 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.0.1'
release = '1.1.0'


# -- General configuration ---------------------------------------------------
Expand Down
12 changes: 12 additions & 0 deletions docs/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ There are no upgrade instructions yet.
Changelog
=========

1.1.0, 2020-03-20
-----------------

Python 2.7:

* This version removes python 2.7 support.

Bugfix:

* Allow managers Manager with delete to have custom additional parameters.


1.0.1, 2018-10-23
-----------------

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.0.1'
__version__ = '1.1.0'

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 @@ -4,7 +4,7 @@
from setuptools import setup, find_packages


VERSION = '1.0.1'
VERSION = '1.1.0'


def read(fname):
Expand Down

0 comments on commit 8e45016

Please sign in to comment.