Version V00.04 V00.04
authorymh <ymh.work@gmail.com>
Fri, 11 Oct 2013 15:01:39 +0200
changeset 151 8d74009f8f46
parent 150 1f277ab0c163
child 152 ab9832ca5ca6
Version V00.04
doc/conf.py
src/p4l/__init__.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.
--- 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):