From 2a439f79889f30662476433884360aabcbf252a8 Mon Sep 17 00:00:00 2001 From: Jonathan Gangi Date: Fri, 13 Sep 2024 15:18:10 -0300 Subject: [PATCH] Release v1.1.0 Changes: - Add support for Python 3.12 - Adds ability to handle error messages that are URLs. - Azure: Only publish when changes were made - Azure: Support coreVirtualMachine publishing --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 657f5dd..08dd385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.1.0 - 2024-09-13 + +- Add support for Python 3.12 +- Adds ability to handle error messages that are URLs. +- Azure: Only publish when changes were made +- Azure: Support coreVirtualMachine publishing + ## 1.0.1 - 2024-08-14 - Documentation: Fixes url from internal gitlab to github diff --git a/setup.py b/setup.py index 3090969..90df847 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='cloudpub', description='Services for publishing products in cloud environments', - version='1.0.1', + version='1.1.0', keywords='stratosphere cloudpub cloudpublish', author='Jonathan Gangi', author_email='jgangi@redhat.com',