[med-svn] [Git][med-team/heudiconv][upstream] New upstream version 1.1.6
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Fri Jul 19 19:13:28 BST 2024
Alexandre Detiste pushed to branch upstream at Debian Med / heudiconv
Commits:
175ab02a by Alexandre Detiste at 2024-07-19T20:08:34+02:00
New upstream version 1.1.6
- - - - -
4 changed files:
- PKG-INFO
- heudiconv.egg-info/PKG-INFO
- heudiconv/_version.py
- heudiconv/bids.py
Changes:
=====================================
PKG-INFO
=====================================
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: heudiconv
-Version: 1.1.1
+Version: 1.1.6
Summary: Heuristic DICOM Converter
Author: HeuDiConv team and contributors
License: Apache 2.0
=====================================
heudiconv.egg-info/PKG-INFO
=====================================
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: heudiconv
-Version: 1.1.1
+Version: 1.1.6
Summary: Heuristic DICOM Converter
Author: HeuDiConv team and contributors
License: Apache 2.0
=====================================
heudiconv/_version.py
=====================================
@@ -1 +1 @@
-__version__ = "1.1.1"
+__version__ = "1.1.6"
=====================================
heudiconv/bids.py
=====================================
@@ -385,7 +385,7 @@ def add_participant_record(
if participant_id in known_subjects:
return
else:
- # Populate particpants.json (an optional file to describe column names in
+ # Populate participants.json (an optional file to describe column names in
# participant.tsv). This auto generation will make BIDS-validator happy.
participants_json = op.join(studydir, "participants.json")
if not op.lexists(participants_json):
View it on GitLab: https://salsa.debian.org/med-team/heudiconv/-/commit/175ab02ab3e296cca924423adc535f3ab5efd971
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/heudiconv/-/commit/175ab02ab3e296cca924423adc535f3ab5efd971
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240719/2125ef75/attachment-0001.htm>
More information about the debian-med-commit
mailing list