Skip to content

Commit

Permalink
Update to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Feb 17, 2017
1 parent 49e6680 commit cff698d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release History
---------------

v0.2.0 - 2017-02-17
~~~~~~~~~~~~~~~~~~~
* Supported Django versions: 1.8, 1.9, 1.10, and 1.11
* Supported Python versions: 2.7, 3.3, 3.4. 3.5, 3.6
* Add "DNT" to Vary header in response (eillarra)

v0.1.0 - 2011-02-16
~~~~~~~~~~~~~~~~~~~
* Initial Release
2 changes: 1 addition & 1 deletion dnt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
https://en.wikipedia.org/wiki/Do_Not_Track
"""
VERSION = '0.1.0'
VERSION = '0.2.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def long_description():

setup(
name='django-dnt',
version='0.1.0',
version='0.2.0',
description=description + '.',
long_description=long_description(),
author='James Socol',
Expand Down

0 comments on commit cff698d

Please sign in to comment.