From 7b2e88a52d39f65f26df6ff8316ea056f8cf7d8c Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 8 Feb 2024 16:54:33 +0100 Subject: [PATCH] Release 7.3.0 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b23ed4..51a8fac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v7.3.0](https://github.com/voxpupuli/puppet-python/tree/v7.3.0) (2024-02-08) + +[Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v7.2.0...v7.3.0) + +**Implemented enhancements:** + +- Add python\_path to pyvenv class [\#686](https://github.com/voxpupuli/puppet-python/pull/686) ([wmellema](https://github.com/wmellema)) + ## [v7.2.0](https://github.com/voxpupuli/puppet-python/tree/v7.2.0) (2024-01-01) [Full Changelog](https://github.com/voxpupuli/puppet-python/compare/v7.1.0...v7.2.0) diff --git a/metadata.json b/metadata.json index 91338c2d..a83561e2 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-python", - "version": "7.2.1-rc0", + "version": "7.3.0", "author": "Vox Pupuli", "summary": "Puppet module for Python", "license": "Apache-2.0",