From 545322bc0b7ce4f5bfcdcc20c6bfac31c6f27b36 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Sun, 29 Aug 2021 11:14:10 +0100 Subject: [PATCH 1/2] envoy.github.release/ --- envoy.github.release/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy.github.release/VERSION b/envoy.github.release/VERSION index bbdeab622..4575aad75 100644 --- a/envoy.github.release/VERSION +++ b/envoy.github.release/VERSION @@ -1 +1 @@ -0.0.5 +0.0.6-dev From d4107b8af6caf5c5aa38b24f152e6012ed542f15 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Sun, 29 Aug 2021 11:16:51 +0100 Subject: [PATCH 2/2] envoy.distribution.release/ --- envoy.distribution.release/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy.distribution.release/setup.py b/envoy.distribution.release/setup.py index eb8b480d6..992da483d 100644 --- a/envoy.distribution.release/setup.py +++ b/envoy.distribution.release/setup.py @@ -43,7 +43,7 @@ def read(fname): "envoy.base.runner>=0.0.2", "envoy.base.command", "envoy.github.abstract>=0.0.9", - "envoy.github.release>=0.0.3", + "envoy.github.release==0.0.3", ], classifiers=[ 'Development Status :: 4 - Beta',