diff --git a/CHANGELOG b/CHANGELOG index bdf2eb6..728b74b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/pyment/docstring.py b/pyment/docstring.py index 75fde06..9a830a3 100644 --- a/pyment/docstring.py +++ b/pyment/docstring.py @@ -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" """ diff --git a/pyment/pyment.py b/pyment/pyment.py index 54fee3f..1f00816 100644 --- a/pyment/pyment.py +++ b/pyment/pyment.py @@ -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: diff --git a/setup.py b/setup.py index 3512850..a314246 100755 --- a/setup.py +++ b/setup.py @@ -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='',