From f00d061d2768d8ddd3f213a9bb02e2b30bf188d2 Mon Sep 17 00:00:00 2001 From: Andrew Yoon Date: Mon, 13 Feb 2023 23:53:16 -0500 Subject: [PATCH] Release 0.1.13 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 149d32b0..df4b7063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.1.13 (unreleased) +# 0.1.13 (2023-02-13) - Fix `breakable_length` on all built-in spanners. Users with custom spanners should see [the updated documentation](https://neoscore.org/api/neoscore.core.spanner.html) on proper superclass declaration order. - Make `PaintedObject.parent` no longer a kwarg providing a default `= None`. This aligns the class with how we do this everywhere else. This is technically a breaking change, but it's largely an internal class so we don't expect any users will be affected. diff --git a/pyproject.toml b/pyproject.toml index a1fef160..79517176 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "neoscore" -version = "0.1.12" +version = "0.1.13" description = "A graphical musical notation library" authors = ["Andrew Yoon "] license = "BSD-3-Clause"