Skip to content

Commit e08a3e6

Browse files
author
znicholls
committed
bump: version 0.2.7a1 -> 0.3.0
1 parent a67032c commit e08a3e6

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

changelog/12.feature.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/12.improvement.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,21 @@ of rst and use slightly different categories.
1919

2020
<!-- towncrier release notes start -->
2121

22+
## OpenSCM-Zenodo v0.3.0 (2024-08-25)
23+
24+
25+
### 🆕 Features
26+
27+
- Added bibtex metadata retrieval.
28+
Specifically: `openscm-zenodo retrieve-bibtex`,
29+
[`retrieve_bibtex_entry`][openscm_zenodo.zenodo.retrieve_bibtex_entry]
30+
and [`get_bibtex_entry`][openscm_zenodo.zenodo.ZenodoInteractor.get_bibtex_entry]. ([#12](https://github.com/climate-resource/input4mips_validation/pulls/12))
31+
32+
### 🎉 Improvements
33+
34+
- Added support for parallel uploads to `openscm-zenodo create-new-version`. ([#12](https://github.com/climate-resource/input4mips_validation/pulls/12))
35+
36+
2237
## OpenSCM-Zenodo v0.2.6 (2024-08-22)
2338

2439

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ unauthorized_licenses = [
158158

159159
[project]
160160
name = "openscm-zenodo"
161-
version = "0.2.7a1"
161+
version = "0.3.0"
162162
description = "Command-line tool for uploading to zenodo"
163163
keywords = [
164164
"zenodo",

0 commit comments

Comments
 (0)