From 0385fc1ed0abe8133464b722d01352c07a3e6df2 Mon Sep 17 00:00:00 2001 From: Matt Daily Date: Mon, 3 Jun 2024 15:33:59 -0700 Subject: [PATCH] Update pyproject, update changelog --- CHANGELOG | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1b6d065..4b895f8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2.5.1 +2024-06-03 +Fix for /frames/ ordering when filtering out frames with empty version_sets + 2.5.0 2024-06-03 Add support for storing thumbnail images associated with a frame @@ -70,7 +74,7 @@ Add configurable endpoint_url for s3 1.77 2021-03-15 -Separated proxy endpoints for uncompressed and compressed fits download endpoints to direct +Separated proxy endpoints for uncompressed and compressed fits download endpoints to direct compressed downloads directly to S3. Put a limit on the number of uncompressed files that can be downloaded in one request. diff --git a/pyproject.toml b/pyproject.toml index aeeadba..266c25a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "science-archive" -version = "2.5.0" +version = "2.5.1" description = "" authors = ["Jashandeep Sohi "] readme = "README.md"