mirror of
https://github.com/kakwa/ldapcherry
synced 2025-03-29 11:01:13 +01:00
Merge branch 'master' of https://github.com/kakwa/ldapcherry
This commit is contained in:
commit
d34b1b6188
@ -1,6 +1,10 @@
|
||||
Dev
|
||||
***
|
||||
|
||||
Version 0.2.2
|
||||
*************
|
||||
|
||||
* [fix ] fix pypi release
|
||||
* [impr] better error/log messages
|
||||
|
||||
Version 0.2.1
|
||||
|
7
MANIFEST.in
Normal file
7
MANIFEST.in
Normal file
@ -0,0 +1,7 @@
|
||||
include *.rst
|
||||
graft conf
|
||||
graft docs
|
||||
graft goodies
|
||||
graft resources
|
||||
graft tests
|
||||
include LICENSE
|
@ -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.1'
|
||||
release = '0.2.2'
|
||||
|
||||
# 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.2.1',
|
||||
version='0.2.2',
|
||||
author='Pierre-Francois Carpentier',
|
||||
author_email='carpentier.pf@gmail.com',
|
||||
packages=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user