This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
     new a1986076 DISPATCH-2369: chore(build): set a PEP-440 compliant version 
to avoid a fail when building Python package (#1740)
a1986076 is described below

commit a1986076553b1f4b54822fcde1a9a43ce9760440
Author: Jiri DanÄ›k <[email protected]>
AuthorDate: Mon Jan 13 13:06:51 2025 +0100

    DISPATCH-2369: chore(build): set a PEP-440 compliant version to avoid a 
fail when building Python package (#1740)
    
    ```
      File 
"/usr/lib/python3.12/site-packages/setuptools/_vendor/packaging/version.py", 
line 198, in __init__
        raise InvalidVersion(f"Invalid version: '{version}'")
    setuptools.extern.packaging.version.InvalidVersion: Invalid version: 
'1.20.0-SNAPSHOT
    ```
---
 VERSION.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VERSION.txt b/VERSION.txt
index 0151a9c2..b947453f 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-1.20.0-SNAPSHOT
+1.20.0+snapshot


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to