TASK: Raise version number to 0.0.7

This commit is contained in:
Justus Moroni 2018-09-27 16:57:16 +02:00
parent d279acdbc8
commit ec3d93fb64
3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -9,7 +9,7 @@ Composer
The extension can be installed through 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: Note that you have to allow unstable packages:

View file

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