diff --git a/doc/conf.py b/doc/conf.py index d360f76fa..470cefc4f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.4' # The full version, including alpha/beta/rc tags. -release = '1.4.1' +release = '1.4.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index c4f58be1a..60e26cad1 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def read(fname): setup( name="modoboa", - version='1.4.1', + version='1.4.2', url='http://modoboa.org/', license='MIT', description="Mail hosting made simple",