Skip to content

Commit

Permalink
2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Mar 28, 2013
1 parent 1cf72b6 commit 4e034b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,13 @@
Changelog
=========

2.2.1
-----

* Fixed an issue with the settings fixture when used in combination with
django-appconf. It now uses pytest's monkeypatch internally and should
be more robust.

2.2.0
-----

Expand Down
2 changes: 1 addition & 1 deletion pytest_django/__init__.py
@@ -1 +1 @@
__version__ = '2.2.0'
__version__ = '2.2.1'

0 comments on commit 4e034b6

Please sign in to comment.