# HG changeset patch # User ymh # Date 1381496499 -7200 # Node ID 8d74009f8f46362e4a53f4328e3bab6dcc09e212 # Parent 1f277ab0c1639ed8d83d211effb1ab2400a1c4d2 Version V00.04 diff -r 1f277ab0c163 -r 8d74009f8f46 doc/conf.py --- a/doc/conf.py Fri Oct 11 14:59:58 2013 +0200 +++ b/doc/conf.py Fri Oct 11 15:01:39 2013 +0200 @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '0.3' +version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.3' +release = '0.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff -r 1f277ab0c163 -r 8d74009f8f46 src/p4l/__init__.py --- a/src/p4l/__init__.py Fri Oct 11 14:59:58 2013 +0200 +++ b/src/p4l/__init__.py Fri Oct 11 15:01:39 2013 +0200 @@ -31,7 +31,7 @@ # knowledge of the CeCILL-B license and that you accept its terms. # -VERSION = (0, 3, 0, "final", 0) +VERSION = (0, 4, 0, "final", 0) def get_version(version=VERSION):