release 0.17

This commit is contained in:
Benjamin Dauvergne 2019-03-14 22:49:43 +01:00
parent 50da2340fb
commit 2989bad541
2 changed files with 20 additions and 0 deletions

View File

@ -91,6 +91,20 @@ Synchronize tree of organizational units and people between two LDAP directories
Changelog
=========
0.17
----
* Python3 compatibility
* fix test certificates
0.16
----
* add test certificates
0.15
----
* add support testing with TLS
* filter objectclass from sources, keep only known ones
0.14
----
* fix default ACL when creating slapd server

View File

@ -60,4 +60,10 @@ setup(name="ldaptools",
'console_scripts': ['ldapsync=ldaptools.ldapsync.cmd:main'],
},
zip_safe=False,
classifiers=[
"License :: OSI Approved :: MIT License",
"Topic :: System :: Systems Administration :: Authentication/Directory",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
],
cmdclass={'sdist': eo_sdist})