Skip to content

Commit

Permalink
Merge pull request #8 from alpinweis/work
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
alpinweis authored Mar 30, 2021
2 parents 5592af7 + ca30a63 commit 040cd06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### [0.3.2] - 2021-03-30
* Add response code 429 to the list of HTTP status codes to force a retry on

### [0.3.1] - 2020-08-01
* Add job approval endpoint (API v2)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = "0.3.1"
VERSION = "0.3.2"

with open("README.md", "r") as f:
long_description = f.read()
Expand Down

0 comments on commit 040cd06

Please sign in to comment.