We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Debian patched usng this:
Author: Bastien Roucariès <[email protected]> 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():
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Debian patched usng this:
The text was updated successfully, but these errors were encountered: