From 3815c221381de77e56cff136c1f2290b5a280242 Mon Sep 17 00:00:00 2001 From: clarasb Date: Fri, 11 Sep 2026 09:58:13 +0200 Subject: [PATCH] set version 0.6.0 --- CHANGES.md | 2 +- xrlint/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 509338b..d34dca2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ # XRLint Change History -## Version 0.5.2 (in development) +## Version 0.6.0 (from 2026-09-11) ### Adjustments and Enhancements diff --git a/xrlint/version.py b/xrlint/version.py index 52424ff..5f5c0d7 100644 --- a/xrlint/version.py +++ b/xrlint/version.py @@ -2,4 +2,4 @@ # This software is distributed under the terms and conditions of the # MIT license (https://mit-license.org/). -version = "0.5.2.dev0" +version = "0.6.0"