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

increment version + changelog + copyright to 2016

This commit is contained in:
kakwa 2016-07-05 20:33:06 +02:00
parent 28479f7202
commit 9edc7e545a
4 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,12 @@
Dev 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 Version 0.2.3
************* *************

View File

@ -56,7 +56,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'LdapCherry - Directory Management Interface' 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 # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |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 short X.Y version.
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -67,7 +67,7 @@
</div> </div>
<div id="footer"> <div id="footer">
<div class="container"> <div class="container">
<p class="muted credit"><a href="http://ldapcherry.readthedocs.org" target="_blank">LdapCherry</a> • © 2015 • Pierre-François Carpentier • Released under the MIT License</p> <p class="muted credit"><a href="http://ldapcherry.readthedocs.org" target="_blank">LdapCherry</a> • © 2016 • Pierre-François Carpentier • Released under the MIT License</p>
</div> </div>
</div> </div>
</body> </body>

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