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.
2 parents 3409fa6 + bd31ba2 commit 11b3702Copy full SHA for 11b3702
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## 1.2.3 - 2024-12-10
11
+
12
+- Explicitly set packaging as a requirement
13
+- Bump dependencies
14
15
## 1.2.2 - 2024-11-21
16
17
- Fix update_skus bug when a single gen is set
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name='cloudpub',
5
description='Services for publishing products in cloud environments',
6
- version='1.2.2',
+ version='1.2.3',
keywords='stratosphere cloudpub cloudpublish',
author='Jonathan Gangi',
author_email='[email protected]',
0 commit comments