sessions / 68f821fce167cb47096d708cfa1730643a1181a9

/home/powellc/src/code.unbl.ink/secstate/vrobbler

This commit has no recorded session.

diff

ignore whitespace

commit 68f821fce167cb47096d708cfa1730643a1181a9Author: Colin Powell <colin@unbl.ink>Date:   Tue Jun 9 12:48:22 2026 -0400    [release] Bump to version 49.0        - Fix broken tests with new sharing and add testsdiff --git a/PROJECT.org b/PROJECT.orgindex 98eb370..8fbf326 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/16] :vrobbler:project:personal:+* Backlog [0/15] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :vrobbler:personal:bug:music:scrobbles: :PROPERTIES: :ID:       702462cf-d54b-48c6-8a7c-78b8de751deb@@ -551,10 +551,12 @@ Additionally, users's should have links in their settings to see what scrobbles are either public, shared or private. Probably this could be done with a ?visbility=<> filter on the /scrobbles/ page.          +* Version 49.0 [1/1] ** DONE [#A] Fix broken tests with new sharing and add tests :scrobbles:sharing:tests: :PROPERTIES: :ID:       10ecd169-eaee-8554-d4ee-f1d34bfad99f :END:+ * Version 48.3 [1/1] ** DONE [#A] Fix bug in missing sqids dep :dependencies:project: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 4d205b4..6c064c6 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "48.3"+version = "49.0" description = "" authors = ["Colin Powell <colin@unbl.ink>"]