mirror of
https://github.com/kakwa/ldapcherry
synced 2025-02-24 03:18:20 +01:00
version bump
This commit is contained in:
parent
f747252585
commit
0a4db74f1f
@ -1,6 +1,9 @@
|
||||
Dev
|
||||
***
|
||||
|
||||
Version 0.4.0
|
||||
*************
|
||||
|
||||
* [impr] add unit test for multi backend setup
|
||||
* [fix ] notify on add in case if user is already in one backend
|
||||
* [fix ] notify on modify in case if user is not in every backend
|
||||
|
@ -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.5'
|
||||
release = '0.4.0'
|
||||
|
||||
# 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.5',
|
||||
version='0.4.0',
|
||||
author='Pierre-Francois Carpentier',
|
||||
author_email='carpentier.pf@gmail.com',
|
||||
packages=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user