From c3b582569539ed5d21d6487786307de088e4152d Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Thu, 16 May 2024 09:51:18 +0100 Subject: [PATCH] bump version 3.0.6 -> 3.0.7 --- changelog.md | 5 +++++ fafbseg/__version__.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 3ffd70b..4ef30cf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## [3.0.7] - 2024-04-16 +- small fix for connectivity queries when `filtered=True` in the public dataset +- queries against Github (for hierarchical annotations) will now use personal access token defined + in `GITHUB_PAT` if present; this avoids issues with rate limits + ## [3.0.6] - 2024-04-09 - (hierarchical) annotations can now be loaded from a specific (or just the latest) commit - re-enabled synapse queries against the raw (`filtered=False`) synapse table for the public dataset diff --git a/fafbseg/__version__.py b/fafbseg/__version__.py index 026a5f2..7940b07 100644 --- a/fafbseg/__version__.py +++ b/fafbseg/__version__.py @@ -1,2 +1,2 @@ -__version__ = "3.0.6" -__version_vector__ = (3, 0, 6) +__version__ = "3.0.7" +__version_vector__ = (3, 0, 7)