diff --git a/NEWS.rst b/NEWS.rst index 2fb506c..439a7ea 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -6,6 +6,10 @@ every change, see the Git log.. Latest ------ +* tbd + +2.1.0 +----- * Minor: Fixed lib64-systems failing to build when under a clean build. 2.0.0 diff --git a/wscript b/wscript index 5be138e..6d02a67 100644 --- a/wscript +++ b/wscript @@ -7,7 +7,7 @@ import platform from waflib import Build, Errors, Logs APPNAME = "srt" -VERSION = "2.0.0" +VERSION = "2.1.0" def build(bld):