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:
parent
28479f7202
commit
9edc7e545a
@ -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
|
||||||
*************
|
*************
|
||||||
|
@ -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.
|
||||||
|
@ -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>
|
||||||
|
2
setup.py
2
setup.py
@ -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=[
|
||||||
|
Loading…
Reference in New Issue
Block a user