Skip to content

PEP440 non compliant #10

Description

@bastien-roucaries

Hi,

Debian patched usng this:

Author: Bastien Roucariès <rouca@debian.org>
Date:   Sun Nov 26 14:20:20 2023 +0000

    Use PEP440 versionning
    
    Forwarded: yes

diff --git a/requestbuilder/__init__.py b/requestbuilder/__init__.py
index 2b22260..d6c516d 100644
--- a/requestbuilder/__init__.py
+++ b/requestbuilder/__init__.py
@@ -18,7 +18,7 @@ import os.path
 import subprocess
 
 
-__version__ = 'devel'
+__version__ = '0.5.2'
 
 
 if '__file__' in globals():

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions