mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 17:34:21 +01:00
changelog + version bump
This commit is contained in:
parent
de5f760c37
commit
5b1803cb05
@ -1,6 +1,14 @@
|
|||||||
Dev
|
Dev
|
||||||
***
|
***
|
||||||
|
|
||||||
|
Version 0.5.0
|
||||||
|
*************
|
||||||
|
|
||||||
|
* [feat] add handling of textfielf (thanks to Stan Rudenko)
|
||||||
|
* [fix ] fix ldap.group_attr.<attr> handling with attr different than dn (uid for example)
|
||||||
|
* [impr] removing duplicate option in form select fields
|
||||||
|
* [impr] add dynamic resizing to align form labels (input-group-addon width)
|
||||||
|
|
||||||
Version 0.4.0
|
Version 0.4.0
|
||||||
*************
|
*************
|
||||||
|
|
||||||
|
@ -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.4.0'
|
release = '0.5.0'
|
||||||
|
|
||||||
# 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
@ -108,7 +108,7 @@ if as_option_root() or not os.path.exists(
|
|||||||
setup(
|
setup(
|
||||||
name='ldapcherry',
|
name='ldapcherry',
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
version='0.4.0',
|
version='0.5.0',
|
||||||
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