Skip to content

Commit

Permalink
Update docs for 1.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Jun 27, 2016
1 parent 792daf2 commit 9f0fdd3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ recommended. It follows the `Django's support policy`_, supporting:

* Django 1.8 (LTS) with Python 2.7, 3.4, or 3.5
* Django 1.9 with Python 2.7, 3.4, or 3.5
* Django 1.10 with Python 2.7, 3.4, or 3.5

.. _latest release: https://pypi.python.org/pypi/nose
.. _Django's support policy: https://docs.djangoproject.com/en/1.8/internals/release-process/#supported-versions
Expand Down
6 changes: 6 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
---------

1.4.4 (2016-06-27)
~~~~~~~~~~~~~~~~~~
* Add Django 1.10 support
* Drop Django 1.4, 1.7, and Python 2.6 support
* Drop South support

1.4.3 (2015-12-28)
~~~~~~~~~~~~~~~~~~
* Add Django 1.9 support
Expand Down
2 changes: 1 addition & 1 deletion django_nose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
assert NoseTestSuiteRunner
assert FastFixtureTestCase

VERSION = (1, 4, 3)
VERSION = (1, 4, 4)
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 9f0fdd3

Please sign in to comment.