From 860a43341922989d9ac302816b2f1e4a8601b7b6 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Thu, 28 Sep 2023 12:51:47 -0400 Subject: [PATCH] Fix to qa_utils for application/vnd.software602.filler.form+xml mime type return from mimetypes.guess_type on Ubuntu 22.04. --- .github/workflows/main.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d9d6dd741..5ec18cdda 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: name: Test dcicutils with Python ${{ matrix.python_version }} # The type of runner that the job will run on - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: python_version: [3.8, 3.9, 3.11] diff --git a/pyproject.toml b/pyproject.toml index a0c152d08..93cae5b8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "7.12.0.2b8" # TODO: To become 8.0.0 +version = "7.12.0.2b9" # TODO: To become 8.0.0 description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"