Skip to content

Commit 214fc69

Browse files
authored
Release prep (#52)
* update year * Update to preferred name As done in [9c7067e](Imageomics/Collaborative-distributed-science-guide@9c7067e) * Update for v2 release Add Emerson and Dahlia * Set version new version, 2.0.0 We have made breaking changes * Reset date
1 parent d559583 commit 214fc69

File tree

4 files changed

+22
-12
lines changed

4 files changed

+22
-12
lines changed

.zenodo.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@
99
"orcid": "0000-0003-0583-8585"
1010
},
1111
{
12-
"name": "Duan, Zoe",
12+
"name": "Duan, Yuehua",
1313
"orcid": "0000-0002-8547-5907"
1414
},
15+
{
16+
"name": "Frasure, Emerson"
17+
},
18+
{
19+
"name": "Li, Dahlia"
20+
},
1521
{
1622
"name": "Lapp, Hilmar",
1723
"orcid": "0000-0001-9107-0714"
@@ -35,9 +41,9 @@
3541
"license": {
3642
"id": "MIT"
3743
},
38-
"publication_date": "2025-09-25",
44+
"publication_date": "2026-01-23",
3945
"title": "Cautious Robot",
40-
"version": "1.1.0",
46+
"version": "2.0.0",
4147
"grants": [
4248
{
4349
"id": "021nxhr62::2118240"

CITATION.cff

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,24 @@ authors:
77
given-names: "Matthew J."
88
orcid: "https://orcid.org/0000-0003-0583-8585"
99
- family-names: "Duan"
10-
given-names: "Zoe"
10+
given-names: "Yuehua"
1111
orcid: "https://orcid.org/0000-0002-8547-5907"
12+
- family-names: "Frasure"
13+
given-names: "Emerson"
14+
- family-names: "Li"
15+
given-names: "Dahlia"
1216
- family-names: "Lapp"
1317
given-names: "Hilmar"
1418
orcid: "https://orcid.org/0000-0001-9107-0714"
1519
cff-version: 1.2.0
16-
date-released: "2025-09-25"
20+
date-released: "2026-01-23"
1721
identifiers:
18-
- description: "The GitHub release URL of tag v1.1.0."
22+
- description: "The GitHub release URL of tag v2.0.0."
1923
type: url
20-
value: "https://github.com/Imageomics/cautious-robot/releases/tag/v1.1.0"
21-
- description: "The GitHub URL of the commit tagged with v1.1.0."
24+
value: "https://github.com/Imageomics/cautious-robot/releases/tag/v2.0.0"
25+
- description: "The GitHub URL of the commit tagged with v2.0.0."
2226
type: url
23-
value: "https://github.com/Imageomics/cautious-robot/tree/332a9eb498139f80213bf1b134e565c68ea9c0d0"
27+
value: "https://github.com/Imageomics/cautious-robot/tree/<commit-hash>" # update on release
2428
keywords:
2529
- imageomics
2630
- metadata
@@ -37,6 +41,6 @@ license: MIT
3741
message: "If you use this software, please cite it using the metadata from this file."
3842
repository-code: "https://github.com/Imageomics/cautious-robot"
3943
title: "Cautious Robot"
40-
version: "1.1.0"
44+
version: "2.0.0"
4145
doi: "10.5281/zenodo.15133580"
4246
type: software

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Imageomics Institute
3+
Copyright (c) 2024-2026 Imageomics Institute
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/cautiousrobot/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)