We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb2bc7 commit e2800f4Copy full SHA for e2800f4
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.8.3 (2020-10-29)
2
+
3
+### Refactor
4
5
+- **automator.py**: remove unecessary prints
6
7
+### Fix
8
9
+- **get_all_droplets**: Fix no pagination handling
10
11
## 0.8.2 (2020-10-25)
12
13
### Refactor
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydoautomator"
-version = "0.8.2"
+version = "0.8.3"
description = "The Python lib for digital ocean automation"
authors = ["Christian Eland <[email protected]>"]
license = "Apache-2.0"
@@ -38,7 +38,7 @@ mkdocs-material = "^6.1.0"
38
39
[tool.commitizen]
40
name = "cz_conventional_commits"
41
42
tag_format = "$version"
43
version_files = [
44
"pyproject.toml:version"
0 commit comments