From c033e20d6c15492e3c3af5ebab13c944a7209a24 Mon Sep 17 00:00:00 2001 From: Mission Liao Date: Sat, 15 Apr 2017 20:09:47 +0800 Subject: [PATCH] [VERSION] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [fix] missing body parameter when referenced from “parameters” field - https://github.com/mission-liao/pyswagger/pull/116 - https://github.com/mission-liao/pyswagger/issues/119 special characters in path parameters not handled correctly - https://github.com/mission-liao/pyswagger/issues/117 query parameter doesn't pass to Webapp2's client - https://github.com/mission-liao/pyswagger/issues/114 --- pyswagger/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyswagger/VERSION b/pyswagger/VERSION index 54e9046..da8dfd3 100644 --- a/pyswagger/VERSION +++ b/pyswagger/VERSION @@ -1 +1 @@ -0.8.27 +0.8.28