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 c643895 commit e318c54Copy full SHA for e318c54
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.7.0 (2020-10-21)
2
+
3
+### Feat
4
5
+- **droplet.py**: add tags field to droplet model
6
7
## 0.6.0 (2020-10-20)
8
9
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydoautomator"
-version = "0.6.0"
+version = "0.7.0"
description = "The Python lib for digital ocean automation"
authors = ["Christian Eland <[email protected]>"]
license = "Apache-2.0"
@@ -34,7 +34,7 @@ commitizen = "^2.4.1"
34
35
[tool.commitizen]
36
name = "cz_conventional_commits"
37
38
tag_format = "$version"
39
40
[build-system]
0 commit comments