Skip to content

Commit 703c01c

Browse files
authored
Merge pull request #31 from DreamLab/feature/0_8_0_deploy
bump version to 0.8.0, update changelog
2 parents bc925ba + cad653f commit 703c01c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
0.8.0 (2018-08-19)
5+
------------------
6+
7+
* Feature: another part of compute API - run an action on server
8+
* Feature: CD configuration
9+
410
0.7.0 (2018-06-15)
511
------------------
612

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ def read(name):
1313

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

0 commit comments

Comments
 (0)