Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kakwa/ldapcherry
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Nov 4, 2015
2 parents 639554d + 00db6ae commit d34b1b6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Dev
***

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

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

Version 0.2.1
Expand Down
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include *.rst
graft conf
graft docs
graft goodies
graft resources
graft tests
include LICENSE
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 d34b1b6

Please sign in to comment.