From a6aef1515b946f5af47b16d55b4f9ffaaaa27126 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Tue, 3 Oct 2023 16:26:52 -0500 Subject: [PATCH] 0.15.0 --- colcon_core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colcon_core/__init__.py b/colcon_core/__init__.py index 770302ce..21c54fc4 100644 --- a/colcon_core/__init__.py +++ b/colcon_core/__init__.py @@ -1,4 +1,4 @@ # Copyright 2016-2020 Dirk Thomas # Licensed under the Apache License, Version 2.0 -__version__ = '0.14.0' +__version__ = '0.15.0'