Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Nov 3, 2015
1 parent 576bc97 commit 97769f6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Dev
***

Version 0.2.1
*************

* [fix ] fix doc

Version 0.2.0
*************


* [feat] custom error messages for ppolicy error in forms
* [feat] add visual notifications after actions
* [impr] code reorganization
Expand Down
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.0'
release = '0.2.1'

# 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.0',
version='0.2.1',
author='Pierre-Francois Carpentier',
author_email='carpentier.pf@gmail.com',
packages=[
Expand Down

0 comments on commit 97769f6

Please sign in to comment.