Skip to content

Commit

Permalink
Releasing v1.0.7
Browse files Browse the repository at this point in the history
    - Got changelog updated from 1.0.6 release that I forgot
    - Merged in Danny's follow option
  • Loading branch information
frankwiles committed Jul 31, 2015
1 parent e6b946c commit a50f514
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.txt
@@ -1,11 +1,17 @@
Changes
=======

version 1.0.6 - ???? ????, 2015
version 1.0.7 - July 31st, 2015
-------------------------------

- get/post test methods now accept the `follow` boolean.

version 1.0.6 - July 12th, 2015
-------------------------------

- Allow overriding password to be not just 'password'
- Added CBVTestCase to be able to test generic CBVs without hitting routing or middleware

version 1.0.5 - June 16th, 2015
-------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@

setup(
name='django-test-plus',
version="1.0.6",
version="1.0.7",
description="django-test-plus provides useful additions to Django's default TestCase",
long_description=readme,
author='Frank Wiles',
Expand Down

0 comments on commit a50f514

Please sign in to comment.