From 109c1ee9744be6c3c337a9efa065482dbd032172 Mon Sep 17 00:00:00 2001 From: Andrew Potozniak Date: Mon, 16 Dec 2024 14:39:20 -0500 Subject: [PATCH] Release 0.4.27 (#322) --- CHANGES.rst | 13 +++++++++++++ galaxy_importer/__init__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6306d9cb..d45ddcb7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,16 @@ +galaxy-importer 0.4.27 (2024-12-16) +=================================== + +Features +-------- + +- support py312 (`#306 https://github.com/ansible/galaxy-importer/pull/306`) + +Bugfixes +-------- + +- Include powershell modules in the finder code. (`#307 `) + galaxy-importer 0.4.26 (2024-10-23) =================================== diff --git a/galaxy_importer/__init__.py b/galaxy_importer/__init__.py index 9c8003d4..6449cea9 100644 --- a/galaxy_importer/__init__.py +++ b/galaxy_importer/__init__.py @@ -1 +1 @@ -__version__ = "0.4.26" +__version__ = "0.4.27"