Skip to content

Commit

Permalink
Version bump to 20191210. (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Marano authored Dec 10, 2019
1 parent ee8099d commit 1fd4dfb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
python-google-compute-engine (1:20191210.00-g1) stable; urgency=medium

* Enable sysctl change for E2 platform.
* Support retry limits in metadata retrieval.

-- Google Cloud Team <[email protected]> Tue, 10 Dec 2019 15:02:59 -0800

python-google-compute-engine (1:20191120.00-g1) stable; urgency=medium

* REVERT: Retry metadata lookups in agent.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

NAME="python-google-compute-engine"
VERSION="20191120.00"
VERSION="20191210.00"

working_dir=${PWD}
if [[ $(basename "$working_dir") != $NAME ]]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

NAME="python-google-compute-engine"
VERSION="20191120.00"
VERSION="20191210.00"

rpm_working_dir=/tmp/rpmpackage/${NAME}-${VERSION}
working_dir=${PWD}
Expand Down
2 changes: 1 addition & 1 deletion packages/python-google-compute-engine/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
name='google-compute-engine',
packages=setuptools.find_packages(),
url='https://github.com/GoogleCloudPlatform/compute-image-packages',
version='20191112.0',
version='20191210.0',
# Entry points create scripts in /usr/bin that call a function.
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 1fd4dfb

Please sign in to comment.