Message ID | 20240730124604.1393978-1-pvorel@suse.cz |
---|---|
State | Accepted |
Headers | show |
Series | [COMMITTED,1/1] kirk: Update to 1.4 | expand |
Hi Petr, thanks for this patch. I was about to send it soon anyway Reviewed-by: Andrea Cervesato <andrea.cervesato@suse.com> On 7/30/24 14:46, Petr Vorel wrote: > Nothing really important, just fix version and sync with what is in > newly created pypi https://pypi.org/project/kirk/ > > * 6d419d4 ("Upgrade release to 1.4") > * f3b977f ("Update setuptools developer information") > * aa7d693 ("Refactor setuptools script") > * 81c49ee ("__init__: update __version__ to 1.3") > * cf73030 (" __init__: use __version__ instead of VERSION") > * e04ec1b ("main: display kirk version more pythonic way") > * 08fb2dc ("Fix setup.py license") > > Signed-off-by: Petr Vorel <pvorel@suse.cz> > --- > tools/kirk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/kirk b/tools/kirk > index 5e8c8064a0..6d419d419a 160000 > --- a/tools/kirk > +++ b/tools/kirk > @@ -1 +1 @@ > -Subproject commit 5e8c8064a0b2cee465f2a1dca1cfebef5ade36a2 > +Subproject commit 6d419d419a416238c785f626212d35d1940a0df0 Andrea
diff --git a/tools/kirk b/tools/kirk index 5e8c8064a0..6d419d419a 160000 --- a/tools/kirk +++ b/tools/kirk @@ -1 +1 @@ -Subproject commit 5e8c8064a0b2cee465f2a1dca1cfebef5ade36a2 +Subproject commit 6d419d419a416238c785f626212d35d1940a0df0
Nothing really important, just fix version and sync with what is in newly created pypi https://pypi.org/project/kirk/ * 6d419d4 ("Upgrade release to 1.4") * f3b977f ("Update setuptools developer information") * aa7d693 ("Refactor setuptools script") * 81c49ee ("__init__: update __version__ to 1.3") * cf73030 (" __init__: use __version__ instead of VERSION") * e04ec1b ("main: display kirk version more pythonic way") * 08fb2dc ("Fix setup.py license") Signed-off-by: Petr Vorel <pvorel@suse.cz> --- tools/kirk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)