Skip to content

Commit 1ef26e0

Browse files
authored
* bump versions * rm combine, since there's only one .coverage file * bump package version * up changelog
1 parent 640b824 commit 1ef26e0

File tree

6 files changed

+177
-119
lines changed

6 files changed

+177
-119
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
5+
0.8.1 (2019-04-03)
6+
------------------
7+
8+
* Fixed: upgrade dependencies (urllib3: CVE-2018-20060)
9+
410
0.8.0 (2018-08-19)
511
------------------
612

Pipfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ name = "pypi"
1414
tox = "*"
1515
aiohttp = "*"
1616
simple-rest-client = "*"
17-
17+
python-dateutil = "*"
18+
simplejson = "*"
1819

1920
[requires]
2021

Pipfile.lock

+165-113
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
aiohttp>=3
2-
simplejson==3.13.2
3-
simple-rest-client==0.5.2
4-
python-dateutil==2.7.2
2+
simplejson==3.16.0
3+
simple-rest-client==0.5.4
4+
python-dateutil==2.8.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(name):
1313

1414
setup(
1515
name="AsyncOpenStackClient",
16-
version="0.8.0",
16+
version="0.8.1",
1717
author='Dreamlab - PaaS KRK',
1818
author_email='[email protected]',
1919
url='https://github.com/DreamLab/AsyncOpenStackClient',

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ deps = coverage
5555
skip_install = true
5656
usedevelop = false
5757
commands =
58-
coverage combine --append
5958
coverage report
6059
coverage html
6160

0 commit comments

Comments
 (0)