Skip to content

Commit

Permalink
version bump for revert (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
hopkiw committed Nov 21, 2019
1 parent 9a60fa9 commit 28f4f9e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python-google-compute-engine (1:20191120.00-g1) stable; urgency=medium

* REVERT: Retry metadata lookups in agent.

-- Google Cloud Team <[email protected]> Wed, 20 Sep 2019 15:28:54 -0700

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

* REVERT: Enable sysctl change for E2 platform.
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="20191115.00"
VERSION="20191120.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="20191115.00"
VERSION="20191120.00"

rpm_working_dir=/tmp/rpmpackage/${NAME}-${VERSION}
working_dir=${PWD}
Expand Down

0 comments on commit 28f4f9e

Please sign in to comment.