diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc4b87..9265556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Pillar Python SDK changelog =========================== -Version 1.8 (in development) +Version 1.8 (2019-05-14) ---------------------------- - Switched to [Poetry](https://poetry.eustace.io/) for dependency management. diff --git a/pillarsdk/config.py b/pillarsdk/config.py index 0e1a38d..03de3f6 100644 --- a/pillarsdk/config.py +++ b/pillarsdk/config.py @@ -1 +1 @@ -__version__ = '1.7.0' +__version__ = '1.8' diff --git a/pyproject.toml b/pyproject.toml index 9a537e0..a266b1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pillarsdk" -version = "1.8dev0" +version = "1.8" description = "The Pillar REST SDK provides Python APIs to communicate to the Pillar webservices." authors = [ "Francesco Siddi ",