Skip to content

Commit

Permalink
Merge pull request #2733 from dhermes/cut-0.21.0
Browse files Browse the repository at this point in the history
Upgrading core to version to 0.21.0.
  • Loading branch information
dhermes authored Nov 14, 2016
2 parents 611485c + 50eda1f commit eaf1f66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-python-speech/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@


REQUIREMENTS = [
'google-cloud-core >= 0.20.0',
'google-cloud-core >= 0.21.0',
'gapic-google-cloud-speech-v1beta1 >= 0.11.1, < 0.12.0',
]

setup(
name='google-cloud-speech',
version='0.20.0dev',
version='0.21.0',
description='Python Client for Google Cloud Speech',
long_description=README,
namespace_packages=[
Expand Down
3 changes: 1 addition & 2 deletions packages/google-cloud-python-speech/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ envlist =
localdeps =
pip install --quiet --upgrade {toxinidir}/../core
deps =
{toxinidir}/../core
pytest
covercmd =
py.test --quiet \
Expand All @@ -16,7 +17,6 @@ covercmd =

[testenv]
commands =
{[testing]localdeps}
py.test --quiet {posargs} unit_tests
deps =
{[testing]deps}
Expand All @@ -25,7 +25,6 @@ deps =
basepython =
python2.7
commands =
{[testing]localdeps}
{[testing]covercmd}
deps =
{[testenv]deps}
Expand Down

0 comments on commit eaf1f66

Please sign in to comment.