Skip to content

Commit ae1de1e

Browse files
authored
Merge pull request #102 from release-engineering/release
Release v1.3.2
2 parents b52c4e0 + bf3c878 commit ae1de1e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
## 1.3.2 - 2025-04-04
11+
12+
- Improve code formatting
13+
- Remove unused "type: ignore" comments
14+
- Fix log message for plan and offer
15+
- Azure: Fix bug with security_type on ARM64
16+
- Bump dependencies
17+
1018
## 1.3.1 - 2024-12-20
1119

1220
- Azure: Add missing alias for dateOffset

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.3.1',
6+
version='1.3.2',
77
keywords='stratosphere cloudpub cloudpublish',
88
author='Jonathan Gangi',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)