Skip to content

Commit

Permalink
[TASK] Release version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fsuter committed Feb 3, 2018
1 parent 848b643 commit 4432a74
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Added handling of disabled Scheduler tasks, resolves #54
* Replaced :class: construct in documentation, resolves #46
* Added message about running synchronisation, resolves #50
* Released version 4.0.1

2018-01-08 Francois Suter (Cobweb) <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ External Import
data import, fetch data, services

:Copyright:
2007-2017
2007-2018

:Author:
François Suter (Cobweb)
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[general]
copyright = 2007-2017
copyright = 2007-2018
project = External Import
release = 4.0.0
release = 4.0.1
version = 4.0

[notify]
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

---
conf.py:
copyright: 2007-2017
copyright: 2007-2018
project: External Import
version: 4.0
release: 4.0.0
release: 4.0.1
latex_documents:
- - Index
- external_import.tex
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Cobweb\\ExternalImport\\": "Classes/"
}
},
"version": "4.0.0",
"version": "4.0.1",
"require": {
"typo3/cms-core": ">=7.6.0,<9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author_company' => '',
'version' => '4.0.0',
'version' => '4.0.1',
'constraints' =>
array (
'depends' =>
Expand Down

0 comments on commit 4432a74

Please sign in to comment.