Skip to content

Commit 11b3702

Browse files
authored
Merge pull request #77 from release-engineering/release
Release v1.2.3
2 parents 3409fa6 + bd31ba2 commit 11b3702

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
## 1.2.3 - 2024-12-10
11+
12+
- Explicitly set packaging as a requirement
13+
- Bump dependencies
14+
1015
## 1.2.2 - 2024-11-21
1116

1217
- Fix update_skus bug when a single gen is 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.2',
6+
version='1.2.3',
77
keywords='stratosphere cloudpub cloudpublish',
88
author='Jonathan Gangi',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)