TASK: Raise version number to 0.0.8

This commit is contained in:
Justus Moroni 2018-11-06 22:03:10 +01:00
parent 8eecdff01e
commit 7f3593e513
3 changed files with 4 additions and 4 deletions

View file

@ -59,9 +59,9 @@ author = u'Daniel Siepmann'
# built documents.
#
# The short X.Y version.
version = u'0.0.7'
version = u'0.0.8'
# The full version, including alpha/beta/rc tags.
release = u'0.0.7'
release = u'0.0.8'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#

View file

@ -9,7 +9,7 @@ Composer
The extension can be installed through composer::
composer require "codappix/search_core" "~0.0.7"
composer require "codappix/search_core" "~0.0.8"
Note that you have to allow unstable packages:

View file

@ -18,7 +18,7 @@ $EM_CONF[$_EXTKEY] = [
],
],
'state' => 'beta',
'version' => '0.0.7',
'version' => '0.0.8',
'author' => 'Daniel Siepmann',
'author_email' => 'coding@daniel-siepmann.de',
];