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 b52c4e0 + bf3c878 commit ae1de1eCopy full SHA for ae1de1e
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
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
18
## 1.3.1 - 2024-12-20
19
20
- Azure: Add missing alias for dateOffset
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name='cloudpub',
5
description='Services for publishing products in cloud environments',
6
- version='1.3.1',
+ version='1.3.2',
keywords='stratosphere cloudpub cloudpublish',
author='Jonathan Gangi',
author_email='[email protected]',
0 commit comments