Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hfaran committed Mar 5, 2015
1 parent 7ecdc88 commit 269bcc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ _
---------


1.2.0
~~~~~

* Implement ``tornado_json.gen.coroutine``
* As a fix for `#59 <https://github.com/hfaran/Tornado-JSON/issues/59>`_, a custom wrapper for the ``tornado.gen.coroutine`` wrapper has been implemented. This was necessary as we lose the original argspec through it because the wrapper simply has ``(*args, **kwargs)`` as its signature. Here, we annotate the original argspec as an attribute to the wrapper so it can be referenced later by Tornado-JSON when generating routes.


1.1.0
~~~~~
Expand Down
2 changes: 1 addition & 1 deletion tornado_json/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# Alternatively, just put the version in a text file or something to avoid
# this.

__version__ = '1.1.0'
__version__ = '1.2.0'

0 comments on commit 269bcc4

Please sign in to comment.