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.
1 parent 7a58f15 commit 45ee9b0Copy full SHA for 45ee9b0
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.0.1 - 2024-08-14
11
+
12
+- Documentation: Fixes url from internal gitlab to github
13
+- Azure: Remove unnecessary "AZURE_PUBLISHER_NAME"
14
15
## 1.0.0 - 2024-07-30
16
17
- Azure: Add publishing collision detection
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name='cloudpub',
5
description='Services for publishing products in cloud environments',
6
- version='1.0.0',
+ version='1.0.1',
keywords='stratosphere cloudpub cloudpublish',
author='Jonathan Gangi',
author_email='[email protected]',
0 commit comments