You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First formal PyPI release since 0.0.12.
- CHANGELOG.md / docs/changelog.rst: fold Unreleased into a dated 0.1.0 section summarising the full pyOpenSci review pass (issues #3, #5-#34, #36) plus this sprint's follow-ups.
- CITATION.cff: update date-released to 2026-04-17 and rewrite abstract to say BibTeX only (APA/MLA support was removed).
- .zenodo.json: same abstract alignment.
pyproject.toml and onecite/__init__.py already carry version = 0.1.0; no bump needed.
Copy file name to clipboardExpand all lines: .zenodo.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"title": "OneCite: Citation Management and Academic Reference Toolkit",
3
-
"description": "OneCite is a command-line tool and Python library that automates citation management. It supports multiple input formats (DOI, arXiv ID, PMID, paper titles, etc.) and generates clean, accurate bibliographic entries in BibTeX, APA, or MLA format.",
3
+
"description": "OneCite is a command-line tool and Python library that automates citation management. It accepts multiple input formats (DOI, arXiv ID, PMID, paper titles, etc.) and produces cleanBibTeX entries.",
abstract: "OneCite is a command-line tool and Python library that automates citation management. It supports multiple input formats (DOI, arXiv ID, PMID, paper titles, etc.) and generates clean, accurate bibliographic entries in BibTeX, APA, or MLA format."
11
+
abstract: "OneCite is a command-line tool and Python library that automates citation management. It accepts multiple input formats (DOI, arXiv ID, PMID, paper titles, etc.) and produces cleanBibTeX entries."
0 commit comments