Skip to content

Commit

Permalink
Roll version and document what happened with 1.11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Jun 30, 2018
1 parent daf37bf commit 5338789
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Added Python 3 support.

Tags 1.11.1 and 1.11.2 contain the same code, but were created due to
problems releasing from Travis.

## v1.10

Fixed a bug with `.assertRedirectsTo` where absolute HTTPS URLs were
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(name='django_test_mixins',
description="Additional assertions and test conveniences for testing django sites.",
version='1.11',
version='1.12',
url="https://github.com/Wilfred/django-test-mixins",
maintainer="Wilfred Hughes",
maintainer_email="me@wilfred.me.uk",
Expand Down

0 comments on commit 5338789

Please sign in to comment.