From 7c4e421f72e5b39a1ed6157c9b36deeadf58f883 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Jun 2023 06:47:10 +0000 Subject: [PATCH] chore(release): 2.0.0-beta.26 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba5a9b..a51c9b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0-beta.26](https://github.com/recap-utr/arguebuf-python/compare/v2.0.0-beta.25...v2.0.0-beta.26) (2023-06-20) + + +### Bug Fixes + +* revert to older arguebase revisions ([0876dc0](https://github.com/recap-utr/arguebuf-python/commit/0876dc00fd3c2c09d2b6b3c927c3cbe101f4c6b1)) + ## [2.0.0-beta.25](https://github.com/recap-utr/arguebuf-python/compare/v2.0.0-beta.24...v2.0.0-beta.25) (2023-06-18) diff --git a/pyproject.toml b/pyproject.toml index 2bfc687..275ccf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arguebuf" -version = "2.0.0b25" +version = "2.0.0b26" description = "A library for loading argument graphs in various formats (e.g., AIF)." authors = ["Mirko Lenz "] license = "MIT"