mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-15 14:08:31 +02:00
version bump
This commit is contained in:
parent
14afde33b5
commit
50f573b9bd
3 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,13 @@
|
|||
Dev
|
||||
***
|
||||
|
||||
Version 0.3.3
|
||||
*************
|
||||
|
||||
|
||||
* [fix ] add html escape for fields display
|
||||
* [impr] disable minimum search lenght for admin search
|
||||
|
||||
Version 0.3.2
|
||||
*************
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ copyright = u'2016, Pierre-Francois Carpentier'
|
|||
#
|
||||
# The short X.Y version.
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.3.2'
|
||||
release = '0.3.3'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -109,7 +109,7 @@ if as_option_root() or not os.path.exists(
|
|||
setup(
|
||||
name='ldapcherry',
|
||||
zip_safe=False,
|
||||
version='0.3.2',
|
||||
version='0.3.3',
|
||||
author='Pierre-Francois Carpentier',
|
||||
author_email='carpentier.pf@gmail.com',
|
||||
packages=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue