From 09d8128a9f095230f2db01133a0b2f5b7eb35409 Mon Sep 17 00:00:00 2001 From: Rafael Raposo Date: Wed, 4 Sep 2024 13:05:21 +0200 Subject: [PATCH] Version 3.5.2 --- luigi/__meta__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luigi/__meta__.py b/luigi/__meta__.py index b9bf1e3ac0..f2e89bdc84 100644 --- a/luigi/__meta__.py +++ b/luigi/__meta__.py @@ -7,5 +7,5 @@ __author__ = 'The Luigi Authors' __contact__ = 'https://github.com/spotify/luigi' __license__ = 'Apache License 2.0' -__version__ = '3.5.1' +__version__ = '3.5.2' __status__ = 'Production'