diff mbox series

[qemu.qmp,03/13] update VERSION to 0.0.0a1

Message ID 20220330182424.3438872-4-jsnow@redhat.com (mailing list archive)
State New, archived
Headers show
Series python: fork qemu.qmp python lib into independent repo | expand

Commit Message

John Snow March 30, 2022, 6:24 p.m. UTC
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 alpha versions, will naturally be buried after the first real
non-alpha release.)

Signed-off-by: John Snow <jsnow@redhat.com>
---
 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/VERSION b/VERSION
index c19f3b8..7741e1a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@ 
-0.6.1.0a1
+0.0.0a1