diff --git a/packages/dsw-command-queue/CHANGELOG.md b/packages/dsw-command-queue/CHANGELOG.md index d991fa21..314eef73 100644 --- a/packages/dsw-command-queue/CHANGELOG.md +++ b/packages/dsw-command-queue/CHANGELOG.md @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.32.0] + +Released for version consistency with other DSW tools. + ## [4.31.0] Released for version consistency with other DSW tools. @@ -471,3 +475,4 @@ Released for version consistency with other DSW tools. [4.30.1]: /../../tree/v4.30.1 [4.30.2]: /../../tree/v4.30.2 [4.31.0]: /../../tree/v4.31.0 +[4.32.0]: /../../tree/v4.32.0 diff --git a/packages/dsw-command-queue/pyproject.toml b/packages/dsw-command-queue/pyproject.toml index a6a9b760..8c3f194f 100644 --- a/packages/dsw-command-queue/pyproject.toml +++ b/packages/dsw-command-queue/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dsw-command-queue" -version = "4.31.0" +version = "4.32.0" description = "Library for working with command queue and persistent commands" readme = "README.md" keywords = ["dsw", "subscriber", "publisher", "database", "queue", "processing"] @@ -24,7 +24,7 @@ dependencies = [ "func-timeout", "tenacity", # DSW - "dsw-database==4.31.0", + "dsw-database==4.32.0", ] [project.urls] diff --git a/packages/dsw-config/CHANGELOG.md b/packages/dsw-config/CHANGELOG.md index d351077c..1678e8ba 100644 --- a/packages/dsw-config/CHANGELOG.md +++ b/packages/dsw-config/CHANGELOG.md @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.32.0] + +Released for version consistency with other DSW tools. + ## [4.31.0] Released for version consistency with other DSW tools. @@ -478,3 +482,4 @@ Released for version consistency with other DSW tools. [4.30.1]: /../../tree/v4.30.1 [4.30.2]: /../../tree/v4.30.2 [4.31.0]: /../../tree/v4.31.0 +[4.32.0]: /../../tree/v4.32.0 diff --git a/packages/dsw-config/pyproject.toml b/packages/dsw-config/pyproject.toml index 19907e5f..84833508 100644 --- a/packages/dsw-config/pyproject.toml +++ b/packages/dsw-config/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dsw-config" -version = "4.31.0" +version = "4.32.0" description = "Library for DSW config manipulation" readme = "README.md" keywords = ["dsw", "config", "yaml", "parser"] diff --git a/packages/dsw-data-seeder/CHANGELOG.md b/packages/dsw-data-seeder/CHANGELOG.md index e56a3493..81317de9 100644 --- a/packages/dsw-data-seeder/CHANGELOG.md +++ b/packages/dsw-data-seeder/CHANGELOG.md @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.32.0] + +Released for version consistency with other DSW tools. + ## [4.31.0] Released for version consistency with other DSW tools. @@ -550,3 +554,4 @@ Released for version consistency with other DSW tools. [4.30.1]: /../../tree/v4.30.1 [4.30.2]: /../../tree/v4.30.2 [4.31.0]: /../../tree/v4.31.0 +[4.32.0]: /../../tree/v4.32.0 diff --git a/packages/dsw-data-seeder/pyproject.toml b/packages/dsw-data-seeder/pyproject.toml index e24c2842..fd196540 100644 --- a/packages/dsw-data-seeder/pyproject.toml +++ b/packages/dsw-data-seeder/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dsw-data-seeder" -version = "4.31.0" +version = "4.32.0" description = "Worker for seeding DSW data" readme = "README.md" keywords = ["data", "database", "seed", "storage"] @@ -26,10 +26,10 @@ dependencies = [ "sentry-sdk", "tenacity", # DSW - "dsw-command-queue==4.31.0", - "dsw-config==4.31.0", - "dsw-database==4.31.0", - "dsw-storage==4.31.0", + "dsw-command-queue==4.32.0", + "dsw-config==4.32.0", + "dsw-database==4.32.0", + "dsw-storage==4.32.0", ] [project.urls] diff --git a/packages/dsw-database/CHANGELOG.md b/packages/dsw-database/CHANGELOG.md index 6c799793..a2f04609 100644 --- a/packages/dsw-database/CHANGELOG.md +++ b/packages/dsw-database/CHANGELOG.md @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.32.0] + +Released for version consistency with other DSW tools. + ## [4.31.0] Released for version consistency with other DSW tools. @@ -501,3 +505,4 @@ Released for version consistency with other DSW tools. [4.30.1]: /../../tree/v4.30.1 [4.30.2]: /../../tree/v4.30.2 [4.31.0]: /../../tree/v4.31.0 +[4.32.0]: /../../tree/v4.32.0 diff --git a/packages/dsw-database/pyproject.toml b/packages/dsw-database/pyproject.toml index 436418ab..c7eac59c 100644 --- a/packages/dsw-database/pyproject.toml +++ b/packages/dsw-database/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dsw-database" -version = "4.31.0" +version = "4.32.0" description = "Library for managing DSW database" readme = "README.md" keywords = ["dsw", "database"] @@ -23,7 +23,7 @@ dependencies = [ "psycopg[binary]", "tenacity", # DSW - "dsw-config==4.31.0", + "dsw-config==4.32.0", ] [project.urls] diff --git a/packages/dsw-document-worker/CHANGELOG.md b/packages/dsw-document-worker/CHANGELOG.md index eea417db..78d95b98 100644 --- a/packages/dsw-document-worker/CHANGELOG.md +++ b/packages/dsw-document-worker/CHANGELOG.md @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.32.0] + +Released for version consistency with other DSW tools. + ## [4.31.0] ### Added @@ -640,3 +644,4 @@ Released for version consistency with other DSW tools. [4.30.1]: /../../tree/v4.30.1 [4.30.2]: /../../tree/v4.30.2 [4.31.0]: /../../tree/v4.31.0 +[4.32.0]: /../../tree/v4.32.0 diff --git a/packages/dsw-document-worker/pyproject.toml b/packages/dsw-document-worker/pyproject.toml index d9fc88b9..3a3d9fea 100644 --- a/packages/dsw-document-worker/pyproject.toml +++ b/packages/dsw-document-worker/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dsw-document-worker" -version = "4.31.0" +version = "4.32.0" description = "Worker for assembling and transforming documents" readme = "README.md" keywords = ["documents", "generation", "jinja2", "pandoc", "worker"] @@ -36,10 +36,10 @@ dependencies = [ "weasyprint", "XlsxWriter", # DSW - "dsw-command-queue==4.31.0", - "dsw-config==4.31.0", - "dsw-database==4.31.0", - "dsw-storage==4.31.0", + "dsw-command-queue==4.32.0", + "dsw-config==4.32.0", + "dsw-database==4.32.0", + "dsw-storage==4.32.0", ] [project.urls] diff --git a/packages/dsw-mailer/CHANGELOG.md b/packages/dsw-mailer/CHANGELOG.md index bb9d8cd8..29ebd5a6 100644 --- a/packages/dsw-mailer/CHANGELOG.md +++ b/packages/dsw-mailer/CHANGELOG.md @@ -8,6 +8,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.32.0] + +### Changed + +- Allow template variables in mail subject + ## [4.31.0] ### Added @@ -538,3 +544,4 @@ Released for version consistency with other DSW tools. [4.30.1]: /../../tree/v4.30.1 [4.30.2]: /../../tree/v4.30.2 [4.31.0]: /../../tree/v4.31.0 +[4.32.0]: /../../tree/v4.32.0 diff --git a/packages/dsw-mailer/Makefile b/packages/dsw-mailer/Makefile index ef36fa48..658bd731 100644 --- a/packages/dsw-mailer/Makefile +++ b/packages/dsw-mailer/Makefile @@ -1,5 +1,5 @@ PIP = pip -VERSION = 4.31.0 +VERSION = 4.32.0 .PHONY: verify verify: diff --git a/packages/dsw-mailer/pyproject.toml b/packages/dsw-mailer/pyproject.toml index c11b69a3..c5d58dff 100644 --- a/packages/dsw-mailer/pyproject.toml +++ b/packages/dsw-mailer/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dsw-mailer" -version = "4.31.0" +version = "4.32.0" description = "Worker for sending email notifications" readme = "README.md" keywords = ["email", "jinja2", "notification", "template"] @@ -31,10 +31,10 @@ dependencies = [ "sentry-sdk", "tenacity", # DSW - "dsw-command-queue==4.31.0", - "dsw-config==4.31.0", - "dsw-database==4.31.0", - "dsw-storage==4.31.0", + "dsw-command-queue==4.32.0", + "dsw-config==4.32.0", + "dsw-database==4.32.0", + "dsw-storage==4.32.0", ] [project.urls] diff --git a/packages/dsw-models/CHANGELOG.md b/packages/dsw-models/CHANGELOG.md index 95f27ec2..486b4c76 100644 --- a/packages/dsw-models/CHANGELOG.md +++ b/packages/dsw-models/CHANGELOG.md @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.32.0] + +Released for version consistency with other DSW tools. + ## [4.31.0] Released for version consistency with other DSW tools. @@ -399,3 +403,4 @@ Released for version consistency with other DSW tools. [4.30.1]: /../../tree/v4.30.1 [4.30.2]: /../../tree/v4.30.2 [4.31.0]: /../../tree/v4.31.0 +[4.32.0]: /../../tree/v4.32.0 diff --git a/packages/dsw-models/pyproject.toml b/packages/dsw-models/pyproject.toml index 97f8367c..3e48c5e5 100644 --- a/packages/dsw-models/pyproject.toml +++ b/packages/dsw-models/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dsw-models" -version = "4.31.0" +version = "4.32.0" description = "Library with DSW models and basic IO operations" readme = "README.md" keywords = ["dsw", "config", "yaml", "parser"] diff --git a/packages/dsw-storage/CHANGELOG.md b/packages/dsw-storage/CHANGELOG.md index 40a10b00..5dcc4635 100644 --- a/packages/dsw-storage/CHANGELOG.md +++ b/packages/dsw-storage/CHANGELOG.md @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.32.0] + +Released for version consistency with other DSW tools. + ## [4.31.0] Released for version consistency with other DSW tools. @@ -464,3 +468,4 @@ Released for version consistency with other DSW tools. [4.30.1]: /../../tree/v4.30.1 [4.30.2]: /../../tree/v4.30.2 [4.31.0]: /../../tree/v4.31.0 +[4.32.0]: /../../tree/v4.32.0 diff --git a/packages/dsw-storage/pyproject.toml b/packages/dsw-storage/pyproject.toml index 7e52b717..dc4f0b2f 100644 --- a/packages/dsw-storage/pyproject.toml +++ b/packages/dsw-storage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dsw-storage" -version = "4.31.0" +version = "4.32.0" description = "Library for managing DSW S3 storage" readme = "README.md" keywords = ["dsw", "s3", "bucket", "storage"] @@ -23,7 +23,7 @@ dependencies = [ "minio", "tenacity", # DSW - "dsw-config==4.31.0", + "dsw-config==4.32.0", ] [project.urls] diff --git a/packages/dsw-tdk/CHANGELOG.md b/packages/dsw-tdk/CHANGELOG.md index 8dc47326..4b5f5b52 100644 --- a/packages/dsw-tdk/CHANGELOG.md +++ b/packages/dsw-tdk/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.32.0] + +### Fixed + +- Fixed link to DT editor in TDK output + ## [4.31.0] Released for version consistency with other DSW tools. @@ -727,3 +733,4 @@ Initial DSW Template Development Kit (versioned as part of the [DSW platform](ht [4.30.1]: /../../tree/v4.30.1 [4.30.2]: /../../tree/v4.30.2 [4.31.0]: /../../tree/v4.31.0 +[4.32.0]: /../../tree/v4.32.0 diff --git a/packages/dsw-tdk/pyproject.toml b/packages/dsw-tdk/pyproject.toml index 376cbf6c..433190f1 100644 --- a/packages/dsw-tdk/pyproject.toml +++ b/packages/dsw-tdk/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dsw-tdk" -version = "4.31.0" +version = "4.32.0" description = "Data Stewardship Wizard Template Development Toolkit" readme = "README.md" keywords = ["documents", "dsw", "jinja2", "template", "toolkit"] diff --git a/uv.lock b/uv.lock index d37f57c0..bb3b8b9f 100644 --- a/uv.lock +++ b/uv.lock @@ -372,7 +372,7 @@ wheels = [ [[package]] name = "dsw-command-queue" -version = "4.31.0" +version = "4.32.0" source = { editable = "packages/dsw-command-queue" } dependencies = [ { name = "dsw-database" }, @@ -389,7 +389,7 @@ requires-dist = [ [[package]] name = "dsw-config" -version = "4.31.0" +version = "4.32.0" source = { editable = "packages/dsw-config" } dependencies = [ { name = "pyyaml" }, @@ -404,7 +404,7 @@ requires-dist = [ [[package]] name = "dsw-data-seeder" -version = "4.31.0" +version = "4.32.0" source = { editable = "packages/dsw-data-seeder" } dependencies = [ { name = "click" }, @@ -431,7 +431,7 @@ requires-dist = [ [[package]] name = "dsw-database" -version = "4.31.0" +version = "4.32.0" source = { editable = "packages/dsw-database" } dependencies = [ { name = "dsw-config" }, @@ -448,7 +448,7 @@ requires-dist = [ [[package]] name = "dsw-document-worker" -version = "4.31.0" +version = "4.32.0" source = { editable = "packages/dsw-document-worker" } dependencies = [ { name = "click" }, @@ -497,7 +497,7 @@ requires-dist = [ [[package]] name = "dsw-mailer" -version = "4.31.0" +version = "4.32.0" source = { editable = "packages/dsw-mailer" } dependencies = [ { name = "boto3" }, @@ -536,7 +536,7 @@ requires-dist = [ [[package]] name = "dsw-models" -version = "4.31.0" +version = "4.32.0" source = { editable = "packages/dsw-models" } dependencies = [ { name = "pydantic" }, @@ -547,7 +547,7 @@ requires-dist = [{ name = "pydantic" }] [[package]] name = "dsw-storage" -version = "4.31.0" +version = "4.32.0" source = { editable = "packages/dsw-storage" } dependencies = [ { name = "dsw-config" }, @@ -564,7 +564,7 @@ requires-dist = [ [[package]] name = "dsw-tdk" -version = "4.31.0" +version = "4.32.0" source = { editable = "packages/dsw-tdk" } dependencies = [ { name = "aiohttp" },