From cb9bd9d442861ee5ad3d91286ebad02ab8ea7ea3 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Thu, 26 Sep 2024 16:59:30 -0500 Subject: [PATCH] 0.18.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 f3b68531..41e94e77 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.17.1' +__version__ = '0.18.0'