Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Nov 3, 2015
1 parent 4f80ef6 commit 13f9f73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.rst
@@ -1,6 +1,10 @@
Dev
***

Version 0.2.2
*************

* [fix ] fix pypi release
* [impr] better error/log messages

Version 0.2.1
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -64,7 +64,7 @@ def __getattr__(cls, name):
#
# 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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -109,7 +109,7 @@ def get_list_files(basedir, targetdir):
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=[
Expand Down

0 comments on commit 13f9f73

Please sign in to comment.