From 6360a6e188565b741249d8fb814ce3ecebed86a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20H=C3=B8jlund=20Larsen?= Date: Tue, 8 Oct 2024 14:16:34 +0200 Subject: [PATCH] Preparing to create tag 2.2.1 --- NEWS.rst | 4 ++++ wscript | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index f30e27d..f7559df 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -6,6 +6,10 @@ every change, see the Git log.. Latest ------ +* tbd + +2.2.1 +----- * Patch: Fix cmake build, such that no artifacts are in resolve_symlinks 2.2.0 diff --git a/wscript b/wscript index 0cc327b..3eb1a39 100644 --- a/wscript +++ b/wscript @@ -7,7 +7,7 @@ import platform from waflib import Build, Errors, Logs APPNAME = "srt" -VERSION = "2.2.0" +VERSION = "2.2.1" def build(bld):