From cff50d0b49da984666e1a350cff3e7bdf71d0b13 Mon Sep 17 00:00:00 2001 From: Mission Liao Date: Sat, 11 Feb 2017 10:25:43 +0800 Subject: [PATCH] [VERSION] [fix] - using App.create() with HTTPS, auth, and custom headers? https://github.com/mission-liao/pyswagger/issues/107 - multiple protocol https: appended request.url in client.request https://github.com/mission-liao/pyswagger/issues/109 [new] - add pyswagger.getter.SimpleGetter - pyswagger.io.Request and pyswagger.io.Response has reset(), and could be reused. --- pyswagger/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyswagger/VERSION b/pyswagger/VERSION index 85ccf6f..54e9046 100644 --- a/pyswagger/VERSION +++ b/pyswagger/VERSION @@ -1 +1 @@ -0.8.26 +0.8.27