diff --git a/ChangeLog.rst b/ChangeLog.rst index 1a5faaf..7c39195 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,12 @@ Dev *** +Version 0.2.4 +************* + +* [fix ] use post instead of get for ppolicy validation +* [fix ] impose a minimum lenght of 3 for searches +* [fix ] fix the maxuid in uid calculation in js Version 0.2.3 ************* diff --git a/docs/conf.py b/docs/conf.py index 500146b..19750c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,7 @@ master_doc = 'index' # General information about the project. project = u'LdapCherry - Directory Management Interface' -copyright = u'2015, Pierre-Francois Carpentier' +copyright = u'2016, Pierre-Francois Carpentier' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -64,7 +64,7 @@ copyright = u'2015, Pierre-Francois Carpentier' # # The short X.Y version. # The full version, including alpha/beta/rc tags. -release = '0.2.3' +release = '0.2.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/resources/templates/base.tmpl b/resources/templates/base.tmpl index 87c4025..414e86b 100644 --- a/resources/templates/base.tmpl +++ b/resources/templates/base.tmpl @@ -67,7 +67,7 @@ diff --git a/setup.py b/setup.py index 8e5eecc..81d8306 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.3', + version='0.2.4', author='Pierre-Francois Carpentier', author_email='carpentier.pf@gmail.com', packages=[