Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
django-privacy-killer 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jun 12, 2019
1 parent cb0abd4 commit c76d9f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Change log
`Next version`_
~~~~~~~~~~~~~~~

`0.2`_ (2019-06-12)
~~~~~~~~~~~~~~~~~~~

- Changed the Google Analytics snippet to always anonymize IPs by
default.
- Dropped compatibility with Python 2.
- Added Django 2.1, 2.2 and Django 3.0 to the matrix.
- Reformatted the code using black.


`0.1`_ (2017-08-29)
~~~~~~~~~~~~~~~~~~~
Expand All @@ -12,4 +21,4 @@ Change log

.. _0.1: https://github.com/matthiask/django-privacy-killer/commit/89bb93c5cdba
.. _0.2: https://github.com/matthiask/django-privacy-killer/compare/0.1...0.2
.. _Next version: https://github.com/matthiask/django-privacy-killer/compare/0.1...master
.. _Next version: https://github.com/matthiask/django-privacy-killer/compare/0.2...master
2 changes: 1 addition & 1 deletion privacy_killer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 1, 0)
VERSION = (0, 2, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit c76d9f9

Please sign in to comment.