Skip to content

Commit 879392d

Browse files
authored
Release 1.3.1 (#44)
1 parent c92f7df commit 879392d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v1.3.1 (2020-12-13)
6+
7+
### Bug fixes
8+
9+
- cloudscale-sdk updated to 0.6.2, fixes an issue in custom image update.
10+
511
## v1.3.0 (2020-12-13)
612

713
### Minor changes

cloudscale_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.3.0'
1+
__version__ = '1.3.1'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cloudscale-sdk>=0.6.1
1+
cloudscale-sdk>=0.6.2
22
click>=7.0.0
33
tabulate
44
pygments

0 commit comments

Comments
 (0)