Skip to content

Commit

Permalink
Merge pull request #31 from DreamLab/feature/0_8_0_deploy
Browse files Browse the repository at this point in the history
bump version to 0.8.0, update changelog
  • Loading branch information
evemorgen authored Aug 20, 2018
2 parents bc925ba + cad653f commit 703c01c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.8.0 (2018-08-19)
------------------

* Feature: another part of compute API - run an action on server
* Feature: CD configuration

0.7.0 (2018-06-15)
------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ def read(name):

setup(
name="AsyncOpenStackClient",
version="0.7.0",
version="0.8.0",
author='Dreamlab - PaaS KRK',
author_email='[email protected]',
url='https://github.com/DreamLab/AsyncOpenStackClient',
description='Basic OpenStack client library using asyncio',
description='Basic OpenStack async client library using asyncio',
long_description='%s\n%s' % (
read('README.rst'),
re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))
Expand Down

0 comments on commit 703c01c

Please sign in to comment.