Bumped version to 1.8

This commit is contained in:
2019-05-14 11:03:28 +02:00
parent e4529ed856
commit 2161dd60f0
3 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -1 +1 @@
__version__ = '1.7.0'
__version__ = '1.8'

View File

@@ -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 <francesco@blender.org>",