# HG changeset patch # User ymh # Date 1380977167 -7200 # Node ID f01b65d6c724214ba9bf178d1aee91c7d09d241a # Parent bb8bf2688d7eb9b923a1bfce93754763be0f70f8 Nouvelle version 0.3 diff -r bb8bf2688d7e -r f01b65d6c724 doc/conf.py --- a/doc/conf.py Sat Oct 05 14:36:29 2013 +0200 +++ b/doc/conf.py Sat Oct 05 14:46:07 2013 +0200 @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '0.2' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff -r bb8bf2688d7e -r f01b65d6c724 src/p4l/__init__.py --- a/src/p4l/__init__.py Sat Oct 05 14:36:29 2013 +0200 +++ b/src/p4l/__init__.py Sat Oct 05 14:46:07 2013 +0200 @@ -31,7 +31,7 @@ # knowledge of the CeCILL-B license and that you accept its terms. # -VERSION = (0, 2, 0, "final", 0) +VERSION = (0, 3, 0, "final", 0) def get_version(version=VERSION):