diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 11e2ca0..3a01966 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,13 @@ Change log ========== +1.3.0 +----- +* feature: drop tornado and twisted support +* env: support python 3.10 and 3.11 +* env: drop support of EOL python versions 3.5, 3.6 and 3.7 +* code-style: syntax modernization +* code-style: formatter and linter use +* ci: multiple python version test and linter enforcement 1.2.4 ----- diff --git a/consul/__init__.py b/consul/__init__.py index 6e91dff..27d8b76 100644 --- a/consul/__init__.py +++ b/consul/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.2.4" +__version__ = "1.3.0" from consul.base import ACLDisabled, ACLPermissionDenied, Check, ConsulException, NotFound, Timeout from consul.std import Consul