Skip to content
Snippets Groups Projects
Commit 3abcbf20 authored by Julian's avatar Julian
Browse files

v1.0.0 release

parent 3e6a782c
Branches
Tags v1.0.0
No related merge requests found
uffd (1.0.0) unstable; urgency=medium
[ nd ]
* enable more pylint checks
* disable all checks for ldapalchemy and enable duplicate code check
* disable cuplicate-code check in pylint again
[ Julian Rother ]
* Fixed typo in German translation (#91)
* Made shell context more usable and cleaned up imports in __init__.py
[ nd ]
* refactor selfservice mail sending
[ Julian Rother ]
* Disabled unhelpful deprecation warnings for pytest
* Fixed minor html validity error in qr code generation
* Moved token generation to common module and introduced token_urlfriendly
* Implemented ordering for navbar items
* Added api endpoint for mail aliases
[ Sistason ]
* Updated translations readme, made some editorial translation changes and fixed some typos
[ Julian Rother ]
* Made devicelogin button text easier to understand, closes #91
* Fixed layout bug in selfservice introduced by 7b94843b
* Changed developing status to "production/stable"
-- root <root@runner-f9u6bnzu-project-27-concurrent-0> Fri, 13 Aug 2021 14:35:19 +0000
uffd (0.3.0) unstable; urgency=medium
[ nd ]
......
......@@ -8,13 +8,13 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup(
name='uffd',
version=os.environ.get('PACKAGE_VERSION', 'local'),
description='UserFerwaltungsFrontend: Ldap based single sign on and user management web software',
description='Ldap based single sign on and user management web software',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://git.cccv.de/uffd/uffd',
classifiers=[
'Programming Language :: Python :: 3',
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Operating System :: OS Independent',
'Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment