diff options
author | Mike Frysinger <vapier@google.com> | 2019-09-17 16:27:18 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2019-09-18 08:25:49 +0000 |
commit | 6be76337a0b6dd173c75a982f6aa7ff17526ac05 (patch) | |
tree | 6c4f9040245a5b5e97b501d7dbc85c43b1b70f9a | |
parent | a2cd6aeae8abb6379074964e5d75c1c3b7854bcf (diff) | |
download | git-repo-6be76337a0b6dd173c75a982f6aa7ff17526ac05.tar.gz |
repo: bump wrapper version
We've rolled quite a number of fixes since the last update, including
a lot of Python 3 improvements. Lets bump the wrapper version for it.
Change-Id: I6c6c04c3c8241bf8e8bcf26603549ae4595fede8
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/237812
Reviewed-by: David Pursehouse <dpursehouse@collab.net>
Tested-by: Mike Frysinger <vapier@google.com>
-rwxr-xr-x | repo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ REPO_REV = 'stable' | |||
33 | # limitations under the License. | 33 | # limitations under the License. |
34 | 34 | ||
35 | # increment this whenever we make important changes to this script | 35 | # increment this whenever we make important changes to this script |
36 | VERSION = (1, 25) | 36 | VERSION = (1, 26) |
37 | 37 | ||
38 | # increment this if the MAINTAINER_KEYS block is modified | 38 | # increment this if the MAINTAINER_KEYS block is modified |
39 | KEYRING_VERSION = (1, 2) | 39 | KEYRING_VERSION = (1, 2) |