haccfiles/pkgs/uffd/0001-change-version-name.patch

26 lines
717 B
Diff

From 6ed79db8267854a8fccab5f9191d997b5011211a Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Tue, 18 Jul 2023 18:26:44 +0200
Subject: [PATCH] change version name
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 45f8ca6..40c1c74 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup(
name='uffd',
- version=os.environ.get('PACKAGE_VERSION', 'local'),
+ version=os.environ.get('PACKAGE_VERSION', '2.1.0'),
description='Web-based user management and single sign-on software',
long_description=long_description,
long_description_content_type='text/markdown',
--
2.40.1