Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Brulatout authored and mbrulatout committed Dec 8, 2023
1 parent 33e92de commit 1e3692a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
-----
Expand Down
2 changes: 1 addition & 1 deletion consul/__init__.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1e3692a

Please sign in to comment.