From e78a5ccfe0a2340f2c73e419767f8492ffc2787a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 29 Dec 2020 12:30:46 +0100 Subject: Version 0.4.17 --- NEWS | 4 ++++ libproxy/CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0834207..1542822 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +New in version 0.4.17: +============================== +* python bindings: fix "TypeError: _argtypes_ must be a sequence of types" (#125) + New in version 0.4.16: ============================== * Port to, and require, SpiderMonkey 68 diff --git a/libproxy/CMakeLists.txt b/libproxy/CMakeLists.txt index 187e423..0430895 100644 --- a/libproxy/CMakeLists.txt +++ b/libproxy/CMakeLists.txt @@ -1,6 +1,6 @@ ### Project info project(libproxy) -set_project_version(0 4 16) +set_project_version(0 4 17) ### Add a global compilation stuff if (WIN32) -- cgit v1.2.1