Skip to content

Commit

Permalink
Release 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyoon committed Feb 14, 2023
1 parent 664a608 commit f00d061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

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 = "neoscore"
version = "0.1.12"
version = "0.1.13"
description = "A graphical musical notation library"
authors = ["Andrew Yoon <andrew@nothing-to-say.org>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit f00d061

Please sign in to comment.