Skip to content

Commit

Permalink
Prepare release 0.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
atomatt committed Feb 4, 2015
1 parent 4386c3d commit 0b347c8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Tim Parkin
James Tait
Matt Goodall
Tim Parkin
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog
=========

0.13.0 (2015-02-04)
-------------------

* Fix handling of Accept header with param separator but no actual param.
* A Content-Type header is no longer automatically set for 204 & 304 responses.
* Improved error responses:
* "400 Bad Request" if the URL cannot be parsed.
* "415 Unsupported Media Type" after failing to match on content type.
* Added URL aliases for common ops: q->replace_query, rmq->remove_query.
* Added response helpers for "204 No Content" and "415 Unsupported Media Type".
* Removed decorator dependency.
* Various docstring fixes and improvements.
* Disabled django template support tests (for now).

0.12.1 (2011-03-16)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os

version = '0.12.1'
version = '0.13.0'

setup(name='restish',
version=version,
Expand Down

0 comments on commit 0b347c8

Please sign in to comment.