We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df18a48 commit c540e9eCopy full SHA for c540e9e
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## 1.2.0 - 2024-10-01
11
+
12
+- Azure: Fix update_skus rountine for Gen1 default
13
+- Azure: Pin ProductSubmission schema
14
+- Bump dependencies
15
16
## 1.1.0 - 2024-09-13
17
18
- Add support for Python 3.12
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name='cloudpub',
5
description='Services for publishing products in cloud environments',
6
- version='1.1.0',
+ version='1.2.0',
keywords='stratosphere cloudpub cloudpublish',
author='Jonathan Gangi',
author_email='[email protected]',
0 commit comments