Skip to content

Commit

Permalink
changelog + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Apr 5, 2017
1 parent de5f760 commit 5b1803c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.rst
@@ -1,6 +1,14 @@
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
*************

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -64,7 +64,7 @@ def __getattr__(cls, name):
#
# The short X.Y version.
# 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
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -108,7 +108,7 @@ def get_list_files(basedir, targetdir):
setup(
name='ldapcherry',
zip_safe=False,
version='0.4.0',
version='0.5.0',
author='Pierre-Francois Carpentier',
author_email='carpentier.pf@gmail.com',
packages=[
Expand Down

0 comments on commit 5b1803c

Please sign in to comment.