From ec3d93fb641b590d00861006a4703943a44c3ddc Mon Sep 17 00:00:00 2001 From: Justus Moroni Date: Thu, 27 Sep 2018 16:57:16 +0200 Subject: [PATCH] TASK: Raise version number to 0.0.7 --- Documentation/source/conf.py | 4 ++-- Documentation/source/installation.rst | 2 +- ext_emconf.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/source/conf.py b/Documentation/source/conf.py index 2e2632b..c559ba3 100644 --- a/Documentation/source/conf.py +++ b/Documentation/source/conf.py @@ -59,9 +59,9 @@ author = u'Daniel Siepmann' # built documents. # # The short X.Y version. -version = u'0.0.6' +version = u'0.0.7' # The full version, including alpha/beta/rc tags. -release = u'0.0.6' +release = u'0.0.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # diff --git a/Documentation/source/installation.rst b/Documentation/source/installation.rst index acd56d7..e24b348 100644 --- a/Documentation/source/installation.rst +++ b/Documentation/source/installation.rst @@ -9,7 +9,7 @@ Composer The extension can be installed through composer:: - composer require "codappix/search_core" "~0.0.6" + composer require "codappix/search_core" "~0.0.7" Note that you have to allow unstable packages: diff --git a/ext_emconf.php b/ext_emconf.php index a21c748..b0bc5ed 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -18,7 +18,7 @@ $EM_CONF[$_EXTKEY] = [ ], ], 'state' => 'beta', - 'version' => '0.0.6', + 'version' => '0.0.7', 'author' => 'Daniel Siepmann', 'author_email' => 'coding@daniel-siepmann.de', ];