diff --git a/CHANGELOG.md b/CHANGELOG.md index 86782d3..8f8d5a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG === -### 3.5.2-dev (2020-10-28) +### 3.5.2 (2020-10-28) - Switched timeouts to `wrapt_timeout_decorator` to fix bug with Python 3.8 diff --git a/setup.cfg b/setup.cfg index 12c45fe..55347b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True -current_version = 3.5.1 +current_version = 3.5.2 files = andriller/__init__.py tag = True tag_name = {new_version}