From fe8bea280e3e1d2294eb7e16d2f45e8dcea0dcce Mon Sep 17 00:00:00 2001 From: Rick Lupton Date: Tue, 3 Dec 2024 21:14:14 +0000 Subject: [PATCH] Release v0.6.1 --- README.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59b491e..92fbb19 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ To convert rm files to other formats, you can use [rmc](https://github.com/rickl ### Unreleased +### v0.6.1 + Fixes: - Fix AssertionError when some ids are missing in a `CrdtSequence` ([#36](https://github.com/ricklupton/rmscene/pull/36)) diff --git a/pyproject.toml b/pyproject.toml index 829171e..9a0872e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rmscene" -version = "0.6.1-dev" +version = "0.6.1" description = "Read v6 .rm files from the reMarkable tablet" authors = ["Rick Lupton "] license = "MIT"