Skip to content

Commit da70128

Browse files
authored
Merge pull request #69 from release-engineering/release
Release v1.2.2
2 parents f3e81b7 + a9a36ea commit da70128

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 1.2.2 - 2024-11-21
11+
12+
- Fix update_skus bug when a single gen is set
13+
- Drop support for Python 3.8
14+
- Add support for Python 3.13
15+
- Bump dependencies
16+
1017
## 1.2.1 - 2024-10-07
1118

1219
- Azure Hotfix: Return original SKU if Gen1 & Gen2 are set

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='cloudpub',
55
description='Services for publishing products in cloud environments',
6-
version='1.2.1',
6+
version='1.2.2',
77
keywords='stratosphere cloudpub cloudpublish',
88
author='Jonathan Gangi',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)