summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--libproxy/CMakeLists.txt2
2 files changed, 5 insertions, 1 deletions
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)