Merge pull request #166 from Codappix/release/0.0.7

TASK: Raise version number to 0.0.7
This commit is contained in:
Justus Moroni 2018-09-27 17:36:01 +02:00 committed by GitHub
commit 21693cf87e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.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.
#

View file

@ -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:

View file

@ -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',
];