Skip to content

Commit

Permalink
update Pyment version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dadadel committed Oct 12, 2014
1 parent e0beacf commit 4951dd2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.3.0 - 2014/10/12:
- add google docstring management

0.2.1 - 2014/06/28:
- add option to only convert existing docstrings
- improve documentation
Expand Down
2 changes: 1 addition & 1 deletion pyment/docstring.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__author__ = "A. Daouzli"
__copyright__ = "Copyright dec. 2013, A. Daouzli"
__licence__ = "GPL3"
__version__ = "0.3.0-dev"
__version__ = "0.3.0"
__maintainer__ = "A. Daouzli"

"""
Expand Down
2 changes: 1 addition & 1 deletion pyment/pyment.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__author__ = "A. Daouzli"
__copyright__ = "Copyright 2013/12"
__licence__ = "GPL3"
__version__ = "0.3.0-dev"
__version__ = "0.3.0"
__maintainer__ = "A. Daouzli"

#TODO:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='Pyment',
version='0.3.0-dev',
version='0.3.0',
description='',
author='A. Daouzli',
author_email='',
Expand Down

0 comments on commit 4951dd2

Please sign in to comment.