Skip to content

Commit

Permalink
chore(release): 2.1.1
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2025-02-01)

### Bug Fixes

* handle temporary identifiers deduplication ([258a88f](258a88f))
  • Loading branch information
semantic-release-bot committed Feb 1, 2025
1 parent 258a88f commit 203ca23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.1.1](https://github.com/opencitations/oc_meta/compare/v2.1.0...v2.1.1) (2025-02-01)


### Bug Fixes

* handle temporary identifiers deduplication ([258a88f](https://github.com/opencitations/oc_meta/commit/258a88fff4c889308f390caf34531daf7345a187))

# [2.1.0](https://github.com/opencitations/oc_meta/compare/v2.0.3...v2.1.0) (2025-02-01)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "oc_meta"
version = "2.1.0"
version = "2.1.1"
description = "OpenCitations Meta contains bibliographic metadata associated with the documents involved in the citations stored in the OpenCitations infrastructure. The OpenCitations Meta Software performs two main actions: a data curation of the provided CSV files and the generation of new RDF files compliant with the OpenCitations Data Model."
authors = ["Arcangelo Massari <arcangelomas@gmail.com>", "Fabio Mariani", "Simone Persiani <iosonopersia@gmail.com>"]
license = "ISC License"
Expand Down

0 comments on commit 203ca23

Please sign in to comment.