From 17b5109a7c486c45bb7a8f66f3e4e5ff2536b11e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:31:36 +0000 Subject: [PATCH] chore(main): release 0.12.1 --- CHANGELOG.md | 7 +++++++ apis_bibsonomy/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce436c7..1cdc352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.1](https://github.com/acdh-oeaw/apis-bibsonomy/compare/v0.12.0...v0.12.1) (2024-11-27) + + +### Bug Fixes + +* **models:** create wrapper around bibtex lookup ([66ac860](https://github.com/acdh-oeaw/apis-bibsonomy/commit/66ac860075549846862c5c39fc863501240bc944)) + ## [0.12.0](https://github.com/acdh-oeaw/apis-bibsonomy/compare/v0.11.0...v0.12.0) (2024-10-11) diff --git a/apis_bibsonomy/__init__.py b/apis_bibsonomy/__init__.py index ea370a8..def467e 100644 --- a/apis_bibsonomy/__init__.py +++ b/apis_bibsonomy/__init__.py @@ -1 +1 @@ -__version__ = "0.12.0" +__version__ = "0.12.1" diff --git a/pyproject.toml b/pyproject.toml index 55376ee..703164f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apis-bibsonomy" -version = "0.12.0" +version = "0.12.1" description = "Bibsonomy/Zotero plugin for managing refernces in APIS framework" authors = ["Matthias Schlögl "] license = "MIT"