diff --git a/CHANGELOG.md b/CHANGELOG.md index 8908422..7b7d68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,15 @@ # Changelog -## 1.4.0 (2022-06-??) +## 1.4.0 (2022-07-12) -### Major changes +### Major change - Add batch mode. This early version only allows to use urls as file inputs. #28 -### Minor change +### Minor changes - Add definition page to explain how some things like *Identity*, *Best matching chromosomes* are computed. -- Relax Jinja and Falsk requirements up to last versions +- Relax Jinja and Flask requirements up to last versions ### Bugfix diff --git a/setup.py b/setup.py index 8a4ced5..78b10b2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('requirements.txt') as f: install_reqs = f.read().strip().split('\n') -version = '1.3.1' +version = '1.4.0' if os.name == "posix": diff --git a/src/dgenies/__init__.py b/src/dgenies/__init__.py index 792c3c1..21db2b2 100644 --- a/src/dgenies/__init__.py +++ b/src/dgenies/__init__.py @@ -5,7 +5,7 @@ from .config_reader import AppConfigReader from .lib.crons import Crons -VERSION = "1.3.1" +VERSION = "1.4.0" app = None app_title = None diff --git a/src/dgenies/application-dev.properties b/src/dgenies/application-dev.properties index 3404d48..71440d4 100644 --- a/src/dgenies/application-dev.properties +++ b/src/dgenies/application-dev.properties @@ -78,7 +78,7 @@ password = status = mail@dgenies reply = mail@dgenies org = "Dgenies team" -send_mail_status = False +send_mail_status = True [cron] @@ -98,10 +98,11 @@ max_concurrent_dl = 5 [example] query = -target = - +target = +batch = +backup = [legal] cookie_wall = D-Genies uses essential cookies in order to work, as described in Cookies section from Terms of use. Cookies = src/dgenies/md/cookies.md -Lorem Ipsum = src/dgenies/md/lorem_ipsum.md \ No newline at end of file +Lorem Ipsum = src/dgenies/md/lorem_ipsum.md