diff --git a/NEWS.rst b/NEWS.rst index 8288034..7ddf08a 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -6,6 +6,10 @@ every change, see the Git log. Latest ------ +* tbd + +10.0.1 +------ * Patch: Upgraded poke to use 8.0.0. 10.0.0 diff --git a/wscript b/wscript index 6f143b0..4ee8c08 100644 --- a/wscript +++ b/wscript @@ -6,7 +6,7 @@ import sys import waflib APPNAME = "tunnel" -VERSION = "10.0.0" +VERSION = "10.0.1" def options(opt):