Skip to content

Commit

Permalink
bump version 3.0.6 -> 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed May 16, 2024
1 parent 7ba972b commit c3b5825
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions fafbseg/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "3.0.6"
__version_vector__ = (3, 0, 6)
__version__ = "3.0.7"
__version_vector__ = (3, 0, 7)

0 comments on commit c3b5825

Please sign in to comment.