1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-08 12:07:47 +02:00

version bump

This commit is contained in:
kakwa 2016-07-08 07:07:19 +02:00
parent 6c3fb4975d
commit 59b9f4d3b7
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
Dev Dev
*** ***
Version 0.3.2
*************
* [fix ] fix many encoding errors on login and password
Version 0.3.1 Version 0.3.1
************* *************

View File

@ -64,7 +64,7 @@ copyright = u'2016, 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.3.1' release = '0.3.2'
# 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

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