1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-22 17:34:21 +01:00

prepare for new release

This commit is contained in:
kakwa 2016-06-17 08:18:57 +02:00
parent cf91e69eba
commit 44ebcc8f3a
3 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,15 @@
Dev Dev
*** ***
Version 0.2.3
*************
* [fix ] notifications missing in case of multiple notification waiting to be displayed * [fix ] notifications missing in case of multiple notification waiting to be displayed
* [fix ] password handling for Active Directory backend
* [fix ] default attribute value handling
* [fix ] corrections on exemple configuration
* [impr] explicite mandatory attributes for Active Directory backend
Version 0.2.2 Version 0.2.2
************* *************

View File

@ -64,7 +64,7 @@ copyright = u'2015, 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.2' release = '0.2.3'
# 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.

View File

@ -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.2', version='0.2.3',
author='Pierre-Francois Carpentier', author='Pierre-Francois Carpentier',
author_email='carpentier.pf@gmail.com', author_email='carpentier.pf@gmail.com',
packages=[ packages=[