From c3c4efdf60cc81c5102b9868f72f001ca91558db Mon Sep 17 00:00:00 2001 From: Douglas Rioux Date: Tue, 19 Sep 2023 16:10:26 -0400 Subject: [PATCH] Bump minor version + changelog --- CHANGELOG.rst | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 345c0a1d1..3031f9d23 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,14 @@ Change Log ---------- +7.12.0 +====== + +* In ``glacier_utils``: + + * Add functionality for KMS key encrypted accounts + + 7.11.0 ====== @@ -16,6 +24,7 @@ Change Log * Fix in ``get_schema`` and ``get_schemas`` for the ``portal_vapp`` returning webtest.response.TestResponse which has a ``json`` object property rather than a function. + 7.10.0 ====== diff --git a/pyproject.toml b/pyproject.toml index 65dba0353..10bf6a9ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "7.11.0" +version = "7.12.0" description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"