diff --git a/ChangeLog.rst b/ChangeLog.rst index 7c39195..878456d 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,14 @@ 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 ************* diff --git a/docs/conf.py b/docs/conf.py index 19750c3..5ed19b8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,7 +64,7 @@ copyright = u'2016, Pierre-Francois Carpentier' # # The short X.Y version. # 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 # for a list of supported languages. diff --git a/setup.py b/setup.py index 81d8306..63ee255 100755 --- a/setup.py +++ b/setup.py @@ -109,7 +109,7 @@ if as_option_root() or not os.path.exists( setup( name='ldapcherry', zip_safe=False, - version='0.2.4', + version='0.2.5', author='Pierre-Francois Carpentier', author_email='carpentier.pf@gmail.com', packages=[