diff --git a/README.rst b/README.rst index 57e1a81..9f301a0 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Links Changelog --------- -## v1.6.18 +## v1.6.19 - Add endpoints and handle 423 response - Remove loop as argument diff --git a/aiopvapi/__version__.py b/aiopvapi/__version__.py index dd53c14..629d2ae 100644 --- a/aiopvapi/__version__.py +++ b/aiopvapi/__version__.py @@ -1,3 +1,3 @@ """Aio PowerView api version.""" -__version__ = "1.6.18" +__version__ = "1.6.19" diff --git a/readme.md b/readme.md index 3d3724a..5b4bde3 100644 --- a/readme.md +++ b/readme.md @@ -22,7 +22,7 @@ Have a look at the examples folder for some guidance how to use it. ### 1.6.15 - Constrain aiohttp package versions. -## v1.6.18 +## v1.6.19 - Add endpoints and handle 423 response - Remove loop as argument