Skip to content

Commit e318c54

Browse files
bump: version 0.6.0 → 0.7.0
1 parent c643895 commit e318c54

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 0.6.0 (2020-10-20)
28

39
### Feat

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydoautomator"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "The Python lib for digital ocean automation"
55
authors = ["Christian Eland <[email protected]>"]
66
license = "Apache-2.0"
@@ -34,7 +34,7 @@ commitizen = "^2.4.1"
3434

3535
[tool.commitizen]
3636
name = "cz_conventional_commits"
37-
version = "0.6.0"
37+
version = "0.7.0"
3838
tag_format = "$version"
3939

4040
[build-system]

0 commit comments

Comments
 (0)