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"