Skip to content

Commit e2800f4

Browse files
committed
bump: version 0.8.2 → 0.8.3
1 parent 3fb2bc7 commit e2800f4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -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+
111
## 0.8.2 (2020-10-25)
212

313
### Refactor

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydoautomator"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
description = "The Python lib for digital ocean automation"
55
authors = ["Christian Eland <[email protected]>"]
66
license = "Apache-2.0"
@@ -38,7 +38,7 @@ mkdocs-material = "^6.1.0"
3838

3939
[tool.commitizen]
4040
name = "cz_conventional_commits"
41-
version = "0.8.2"
41+
version = "0.8.3"
4242
tag_format = "$version"
4343
version_files = [
4444
"pyproject.toml:version"

0 commit comments

Comments
 (0)