mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
prepare for new version
This commit is contained in:
parent
baee15c40f
commit
ce09b60158
@ -1,6 +1,14 @@
|
|||||||
Dev
|
Dev
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|
||||||
|
Version 0.2.5
|
||||||
|
*************
|
||||||
|
|
||||||
|
* [fix ] encoding issues for passwords and cn in ad backend
|
||||||
|
* [fix ] fix minimum lenght of 3 in search (no empty search, and server side check)
|
||||||
|
* [impr] disable form autofilling (annoying in firefox), kind of a hack...
|
||||||
|
|
||||||
Version 0.2.4
|
Version 0.2.4
|
||||||
*************
|
*************
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ copyright = u'2016, Pierre-Francois Carpentier'
|
|||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.2.4'
|
release = '0.2.5'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
2
setup.py
2
setup.py
@ -109,7 +109,7 @@ if as_option_root() or not os.path.exists(
|
|||||||
setup(
|
setup(
|
||||||
name='ldapcherry',
|
name='ldapcherry',
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
version='0.2.4',
|
version='0.2.5',
|
||||||
author='Pierre-Francois Carpentier',
|
author='Pierre-Francois Carpentier',
|
||||||
author_email='carpentier.pf@gmail.com',
|
author_email='carpentier.pf@gmail.com',
|
||||||
packages=[
|
packages=[
|
||||||
|
Loading…
Reference in New Issue
Block a user