Message ID | 20220422184940.1763958-13-jsnow@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | python: fork qemu.qmp python lib into independent repo | expand |
On Fri, Apr 22, 2022 at 02:49:40PM -0400, John Snow wrote: > qemu.qmp will be independently versioned, without regard to QEMU > version. While the repo is being established here, set the version to > something impossibly low. > > Later, I intend to introduce automatic versioning based on git > tags. While the repo is being established it's going to be > easier to have a static version while we get bootstrapped. > > (Note: PyPI already has a 0.0.0a0 version which I uploaded without prior > review to aid in developing and testing this series. This version, and > all 0.0.0 pre-release versions, will be buried after the first "real" > release, expected to be 0.0.1.) > > Signed-off-by: John Snow <jsnow@redhat.com> > --- > VERSION | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/VERSION b/VERSION > index c19f3b8..7741e1a 100644 > --- a/VERSION > +++ b/VERSION > @@ -1 +1 @@ > -0.6.1.0a1 > +0.0.0a1 > -- > 2.34.1 > Makes sense, Reviewed-by: Beraldo Leal <bleal@redhat.com> -- Beraldo
diff --git a/VERSION b/VERSION index c19f3b8..7741e1a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.1.0a1 +0.0.0a1
qemu.qmp will be independently versioned, without regard to QEMU version. While the repo is being established here, set the version to something impossibly low. Later, I intend to introduce automatic versioning based on git tags. While the repo is being established it's going to be easier to have a static version while we get bootstrapped. (Note: PyPI already has a 0.0.0a0 version which I uploaded without prior review to aid in developing and testing this series. This version, and all 0.0.0 pre-release versions, will be buried after the first "real" release, expected to be 0.0.1.) Signed-off-by: John Snow <jsnow@redhat.com> --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)