Skip to content

Commit

Permalink
prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Jun 17, 2016
1 parent cf91e69 commit 44ebcc8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
Dev
***


Version 0.2.3
*************

* [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
*************
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
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.2.2'
release = '0.2.3'

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def get_list_files(basedir, targetdir):
setup(
name='ldapcherry',
zip_safe=False,
version='0.2.2',
version='0.2.3',
author='Pierre-Francois Carpentier',
author_email='carpentier.pf@gmail.com',
packages=[
Expand Down

0 comments on commit 44ebcc8

Please sign in to comment.