Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.17
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 7, 2023
1 parent 846af05 commit 2b1ce7d
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,5 +1,12 @@
# Changelog

## [2.0.0-beta.17](https://github.com/recap-utr/arguebuf-python/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2023-02-07)


### Bug Fixes

* all enums now inherit from str ([846af05](https://github.com/recap-utr/arguebuf-python/commit/846af0586a415d1039d03ab95923a9423c248cfb))

## [2.0.0-beta.16](https://github.com/recap-utr/arguebuf-python/compare/v2.0.0-beta.15...v2.0.0-beta.16) (2023-02-07)


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 = "arguebuf"
version = "2.0.0b16"
version = "2.0.0b17"
description = "A library for loading argument graphs in various formats (e.g., AIF)."
authors = ["Mirko Lenz <info@mirko-lenz.de>"]
license = "MIT"
Expand Down

0 comments on commit 2b1ce7d

Please sign in to comment.