Skip to content

Commit

Permalink
Bump to version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbordron committed Jul 12, 2022
1 parent 5df9a3f commit 6e15c3b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":

Expand Down
2 changes: 1 addition & 1 deletion src/dgenies/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 5 additions & 4 deletions src/dgenies/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ password =
status = mail@dgenies
reply = mail@dgenies
org = "Dgenies team"
send_mail_status = False
send_mail_status = True


[cron]
Expand All @@ -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 <a href='/legal/cookies#cookies'>Cookies section from Terms of use</a>.
Cookies = src/dgenies/md/cookies.md
Lorem Ipsum = src/dgenies/md/lorem_ipsum.md
Lorem Ipsum = src/dgenies/md/lorem_ipsum.md

0 comments on commit 6e15c3b

Please sign in to comment.