Skip to content

Commit

Permalink
bump: version 0.8.2 → 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 29, 2020
1 parent 3fb2bc7 commit e2800f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.8.3 (2020-10-29)

### Refactor

- **automator.py**: remove unecessary prints

### Fix

- **get_all_droplets**: Fix no pagination handling

## 0.8.2 (2020-10-25)

### Refactor
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -38,7 +38,7 @@ mkdocs-material = "^6.1.0"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.8.2"
version = "0.8.3"
tag_format = "$version"
version_files = [
"pyproject.toml:version"
Expand Down

0 comments on commit e2800f4

Please sign in to comment.