Skip to content

Commit

Permalink
Release 0.8.2: test against Django 2.1 final
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi committed Aug 6, 2018
1 parent d2dd383 commit 0102739
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Version History
===============

Version 0.8.2 (unreleased)
--------------------------
Version 0.8.2
-------------
* Avoid UnicodeEncodeError when quering strings (#197, thanks @YAtOff)
* Test against Django 2.1a
* Test against Django 2.1


Version 0.8.1
Expand Down
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ setenv =
PYTHONDONTWRITEBYTECODE=1

deps =
django18: Django==1.8.11
django19: Django==1.9.4
django110: Django==1.10
django111: Django==1.11
django20: Django==2.0
django21: Django==2.1a1
django18: Django==1.8.*
django19: Django==1.9.*
django110: Django==1.10.*
django111: Django==1.11.*
django20: Django==2.0.*
django21: Django>=2.1a1,<=2.1.99

py27-django{17,18,19,110,111}: python-memcached
py36-django{17,18,19,110,111,20,21}: python3-memcached
Expand Down

0 comments on commit 0102739

Please sign in to comment.