From 166f68bd14bda32fde58301503ad26a6985b4b8a Mon Sep 17 00:00:00 2001 From: Javier Hernandez Date: Tue, 10 Mar 2026 13:42:33 +0100 Subject: [PATCH] Bump version to 1.6.0rc6 --- pyproject.toml | 2 +- src/vtlengine/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8a04a6cc..c4a911e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vtlengine" -version = "1.6.0rc5" +version = "1.6.0rc6" description = "Run and Validate VTL Scripts" license = "AGPL-3.0" readme = "README.md" diff --git a/src/vtlengine/__init__.py b/src/vtlengine/__init__.py index ff8f1165..0cace8e9 100644 --- a/src/vtlengine/__init__.py +++ b/src/vtlengine/__init__.py @@ -24,4 +24,4 @@ "validate_external_routine", ] -__version__ = "1.6.0rc5" +__version__ = "1.6.0rc6"