Skip to content

Commit 0447719

Browse files
committed
release of v0.15.1
1 parent 13e2a0f commit 0447719

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.zenodo.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
"creators": [
77
{
88
"affiliation": "TIB Leibniz Information Centre for Science and Technology",
9-
"name": "Philipp D. Rohde",
9+
"name": "Rohde, Philipp D.",
1010
"orcid": "0000-0002-9835-4354"
1111
},
1212
{
1313
"affiliation": "TIB Leibniz Information Centre for Science and Technology",
14-
"name": "Mazen Bechara"
14+
"name": "Bechara, Mazen",
15+
"orcid": "0009-0009-7554-3935"
1516
},
1617
{
1718
"affiliation": "TIB Leibniz Information Centre for Science and Technology",

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v0.15.1 - 07 Feb 2024
2+
- Fix query result format issue while creating the source descriptions
3+
14
# v0.15.0 - 01 Dec 2023
25
- Merge parsers
36
- DeTrusty uses only one parser now, hence,

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.11.6-slim-bullseye
22
MAINTAINER Philipp D. Rohde <[email protected]>
33

4-
ENV VERSION="0.15.0"
4+
ENV VERSION="0.15.1"
55

66
# install dependencies
77
COPY requirements.txt /DeTrusty/requirements.txt

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.0
1+
0.15.1

0 commit comments

Comments
 (0)