Skip to content

Commit 9f3f32d

Browse files
committed
Release 1.2.1
1 parent ab86817 commit 9f3f32d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ _
55
---------
66

77

8+
1.2.1
9+
~~~~~
10+
11+
* arg_pattern now contains hyphen
12+
* Handle case where server would crash when generating docs for methods with
13+
no docstring
14+
* Add support for tornado==3.x.x gen.coroutine
15+
* Add format_checker kwarg to schema.validate
16+
17+
818
1.2.0
919
~~~~~
1020

tornado_json/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# Alternatively, just put the version in a text file or something to avoid
66
# this.
77

8-
__version__ = '1.2.0'
8+
__version__ = '1.2.1'

0 commit comments

Comments
 (0)