TASK: Raise release version

This commit is contained in:
Daniel Siepmann 2018-03-22 13:43:25 +01:00
parent eb1c988f6d
commit f9da96e7df
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
3 changed files with 5 additions and 5 deletions

View file

@ -59,9 +59,9 @@ author = u'Daniel Siepmann'
# built documents.
#
# The short X.Y version.
version = u'0.0.1'
version = u'0.0.3'
# The full version, including alpha/beta/rc tags.
release = u'0.0.1'
release = u'0.0.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -133,7 +133,7 @@ html_theme_options = {
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#html_title = u'TYPO3 Extension search_core v0.0.1'
#html_title = u'TYPO3 Extension search_core v0.0.3'
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None

View file

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

View file

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