diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | libproxy/CMakeLists.txt | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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) |