Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Apr 20, 2012
1 parent 6ebe178 commit fd8e91e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
@@ -1,8 +1,15 @@
History
-------

1.1.1
^^^^^

* You may now render errors more easily with ``View#_error``.
* Respite will now automatically serialize DateQuerySet and ValuesListQuerySet.

1.1.0
^^^^^

* Respite now serializes JSONP.
* Fixed a bug that caused an AttributeError upon attempting to serialize a top-level list as XML.

Expand Down
2 changes: 1 addition & 1 deletion respite/version.py
@@ -1 +1 @@
__version__ = '1.1.0'
__version__ = '1.1.1'

0 comments on commit fd8e91e

Please sign in to comment.