From 53585b93f0afca8f9acfb8386d8af0c7aa784a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Tue, 19 Mar 2024 12:58:05 +0100 Subject: [PATCH] Hotfix 4.3.2 --- packages/dsw-command-queue/CHANGELOG.md | 5 +++++ packages/dsw-command-queue/pyproject.toml | 4 ++-- packages/dsw-config/CHANGELOG.md | 5 +++++ packages/dsw-config/pyproject.toml | 2 +- packages/dsw-data-seeder/CHANGELOG.md | 5 +++++ packages/dsw-data-seeder/dsw/data_seeder/consts.py | 2 +- packages/dsw-data-seeder/pyproject.toml | 10 +++++----- packages/dsw-database/CHANGELOG.md | 5 +++++ packages/dsw-database/pyproject.toml | 4 ++-- packages/dsw-document-worker/CHANGELOG.md | 5 +++++ .../dsw-document-worker/dsw/document_worker/consts.py | 2 +- packages/dsw-document-worker/pyproject.toml | 10 +++++----- packages/dsw-mailer/CHANGELOG.md | 5 ++++- packages/dsw-mailer/dsw/mailer/consts.py | 2 +- packages/dsw-mailer/pyproject.toml | 8 ++++---- packages/dsw-models/CHANGELOG.md | 5 +++++ packages/dsw-models/pyproject.toml | 2 +- packages/dsw-storage/CHANGELOG.md | 5 +++++ packages/dsw-storage/pyproject.toml | 4 ++-- packages/dsw-tdk/CHANGELOG.md | 5 +++++ packages/dsw-tdk/dsw/tdk/consts.py | 2 +- packages/dsw-tdk/pyproject.toml | 2 +- 22 files changed, 71 insertions(+), 28 deletions(-) diff --git a/packages/dsw-command-queue/CHANGELOG.md b/packages/dsw-command-queue/CHANGELOG.md index 8820bf9e..cf760dbd 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.3.2] + +Released for version consistency with other DSW tools. + ## [4.3.1] Released for version consistency with other DSW tools. @@ -184,3 +188,4 @@ Released for version consistency with other DSW tools. [4.2.1]: /../../tree/v4.2.1 [4.3.0]: /../../tree/v4.3.0 [4.3.1]: /../../tree/v4.3.1 +[4.3.2]: /../../tree/v4.3.2 diff --git a/packages/dsw-command-queue/pyproject.toml b/packages/dsw-command-queue/pyproject.toml index 7b850240..6461f99d 100644 --- a/packages/dsw-command-queue/pyproject.toml +++ b/packages/dsw-command-queue/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-command-queue' -version = "4.3.1" +version = "4.3.2" description = 'Library for working with command queue and persistent commands' readme = 'README.md' keywords = ['dsw', 'subscriber', 'publisher', 'database', 'queue', 'processing'] @@ -25,7 +25,7 @@ classifiers = [ requires-python = '>=3.10, <4' dependencies = [ # DSW - "dsw-database==4.3.1", + "dsw-database==4.3.2", ] [project.urls] diff --git a/packages/dsw-config/CHANGELOG.md b/packages/dsw-config/CHANGELOG.md index d6f2d10f..f74d3053 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.3.2] + +Released for version consistency with other DSW tools. + ## [4.3.1] Released for version consistency with other DSW tools. @@ -192,3 +196,4 @@ Released for version consistency with other DSW tools. [4.2.1]: /../../tree/v4.2.1 [4.3.0]: /../../tree/v4.3.0 [4.3.1]: /../../tree/v4.3.1 +[4.3.2]: /../../tree/v4.3.2 diff --git a/packages/dsw-config/pyproject.toml b/packages/dsw-config/pyproject.toml index 03a4431a..a99aff01 100644 --- a/packages/dsw-config/pyproject.toml +++ b/packages/dsw-config/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-config' -version = "4.3.1" +version = "4.3.2" 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 f2c6beea..55798da5 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.3.2] + +Released for version consistency with other DSW tools. + ## [4.3.1] Released for version consistency with other DSW tools. @@ -242,3 +246,4 @@ Released for version consistency with other DSW tools. [4.2.1]: /../../tree/v4.2.1 [4.3.0]: /../../tree/v4.3.0 [4.3.1]: /../../tree/v4.3.1 +[4.3.2]: /../../tree/v4.3.2 diff --git a/packages/dsw-data-seeder/dsw/data_seeder/consts.py b/packages/dsw-data-seeder/dsw/data_seeder/consts.py index a274ad7d..d179ca47 100644 --- a/packages/dsw-data-seeder/dsw/data_seeder/consts.py +++ b/packages/dsw-data-seeder/dsw/data_seeder/consts.py @@ -6,7 +6,7 @@ DEFAULT_PLACEHOLDER = '<<|TENANT-ID|>>' NULL_UUID = '00000000-0000-0000-0000-000000000000' PROG_NAME = 'dsw-data-seeder' -VERSION = '4.3.1' +VERSION = '4.3.2' VAR_APP_CONFIG_PATH = 'APPLICATION_CONFIG_PATH' VAR_WORKDIR_PATH = 'WORKDIR_PATH' diff --git a/packages/dsw-data-seeder/pyproject.toml b/packages/dsw-data-seeder/pyproject.toml index 0daca2b9..c0305db7 100644 --- a/packages/dsw-data-seeder/pyproject.toml +++ b/packages/dsw-data-seeder/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-data-seeder' -version = "4.3.1" +version = "4.3.2" description = 'Worker for seeding DSW data' readme = 'README.md' keywords = ['data', 'database', 'seed', 'storage'] @@ -29,10 +29,10 @@ dependencies = [ 'sentry-sdk', 'tenacity', # DSW - "dsw-command-queue==4.3.1", - "dsw-config==4.3.1", - "dsw-database==4.3.1", - "dsw-storage==4.3.1", + "dsw-command-queue==4.3.2", + "dsw-config==4.3.2", + "dsw-database==4.3.2", + "dsw-storage==4.3.2", ] [project.urls] diff --git a/packages/dsw-database/CHANGELOG.md b/packages/dsw-database/CHANGELOG.md index 77592998..dbca3af4 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.3.2] + +Released for version consistency with other DSW tools. + ## [4.3.1] ### Fixed @@ -201,3 +205,4 @@ Released for version consistency with other DSW tools. [4.2.1]: /../../tree/v4.2.1 [4.3.0]: /../../tree/v4.3.0 [4.3.1]: /../../tree/v4.3.1 +[4.3.2]: /../../tree/v4.3.2 diff --git a/packages/dsw-database/pyproject.toml b/packages/dsw-database/pyproject.toml index 89ada8f1..57109f34 100644 --- a/packages/dsw-database/pyproject.toml +++ b/packages/dsw-database/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-database' -version = "4.3.1" +version = "4.3.2" description = 'Library for managing DSW database' readme = 'README.md' keywords = ['dsw', 'database'] @@ -26,7 +26,7 @@ dependencies = [ 'psycopg[binary]', 'tenacity', # DSW - "dsw-config==4.3.1", + "dsw-config==4.3.2", ] [project.urls] diff --git a/packages/dsw-document-worker/CHANGELOG.md b/packages/dsw-document-worker/CHANGELOG.md index 8b8e06d0..b372042f 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.3.2] + +Released for version consistency with other DSW tools. + ## [4.3.1] Released for version consistency with other DSW tools. @@ -245,3 +249,4 @@ Released for version consistency with other DSW tools. [4.2.1]: /../../tree/v4.2.1 [4.3.0]: /../../tree/v4.3.0 [4.3.1]: /../../tree/v4.3.1 +[4.3.2]: /../../tree/v4.3.2 diff --git a/packages/dsw-document-worker/dsw/document_worker/consts.py b/packages/dsw-document-worker/dsw/document_worker/consts.py index c7f421d6..04fe9237 100644 --- a/packages/dsw-document-worker/dsw/document_worker/consts.py +++ b/packages/dsw-document-worker/dsw/document_worker/consts.py @@ -6,7 +6,7 @@ EXIT_SUCCESS = 0 NULL_UUID = '00000000-0000-0000-0000-000000000000' PROG_NAME = 'docworker' -VERSION = '4.3.1' +VERSION = '4.3.2' VAR_APP_CONFIG_PATH = 'APPLICATION_CONFIG_PATH' VAR_WORKDIR_PATH = 'WORKDIR_PATH' diff --git a/packages/dsw-document-worker/pyproject.toml b/packages/dsw-document-worker/pyproject.toml index bdd18d9e..a04e977f 100644 --- a/packages/dsw-document-worker/pyproject.toml +++ b/packages/dsw-document-worker/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-document-worker' -version = "4.3.1" +version = "4.3.2" description = 'Worker for assembling and transforming documents' readme = 'README.md' keywords = ['documents', 'generation', 'jinja2', 'pandoc', 'worker'] @@ -40,10 +40,10 @@ dependencies = [ 'weasyprint', 'XlsxWriter', # DSW - "dsw-command-queue==4.3.1", - "dsw-config==4.3.1", - "dsw-database==4.3.1", - "dsw-storage==4.3.1", + "dsw-command-queue==4.3.2", + "dsw-config==4.3.2", + "dsw-database==4.3.2", + "dsw-storage==4.3.2", ] [project.urls] diff --git a/packages/dsw-mailer/CHANGELOG.md b/packages/dsw-mailer/CHANGELOG.md index 200d6e0f..d4030c1b 100644 --- a/packages/dsw-mailer/CHANGELOG.md +++ b/packages/dsw-mailer/CHANGELOG.md @@ -7,11 +7,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [4.3.2] + ### Fixed - Fixed color handling for custom colors in emails - ## [4.3.1] Released for version consistency with other DSW tools. @@ -216,3 +218,4 @@ Released for version consistency with other DSW tools. [4.2.1]: /../../tree/v4.2.1 [4.3.0]: /../../tree/v4.3.0 [4.3.1]: /../../tree/v4.3.1 +[4.3.2]: /../../tree/v4.3.2 diff --git a/packages/dsw-mailer/dsw/mailer/consts.py b/packages/dsw-mailer/dsw/mailer/consts.py index 491e106f..e661b875 100644 --- a/packages/dsw-mailer/dsw/mailer/consts.py +++ b/packages/dsw-mailer/dsw/mailer/consts.py @@ -5,7 +5,7 @@ DEFAULT_ENCODING = 'utf-8' NULL_UUID = '00000000-0000-0000-0000-000000000000' PROG_NAME = 'dsw-mailer' -VERSION = '4.3.1' +VERSION = '4.3.2' VAR_APP_CONFIG_PATH = 'APPLICATION_CONFIG_PATH' VAR_WORKDIR_PATH = 'WORKDIR_PATH' diff --git a/packages/dsw-mailer/pyproject.toml b/packages/dsw-mailer/pyproject.toml index e70ea7fb..8df12478 100644 --- a/packages/dsw-mailer/pyproject.toml +++ b/packages/dsw-mailer/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-mailer' -version = "4.3.1" +version = "4.3.2" description = 'Worker for sending email notifications' readme = 'README.md' keywords = ['email', 'jinja2', 'notification', 'template'] @@ -31,9 +31,9 @@ dependencies = [ 'sentry-sdk', 'tenacity', # DSW - "dsw-command-queue==4.3.1", - "dsw-config==4.3.1", - "dsw-database==4.3.1", + "dsw-command-queue==4.3.2", + "dsw-config==4.3.2", + "dsw-database==4.3.2", ] [project.urls] diff --git a/packages/dsw-models/CHANGELOG.md b/packages/dsw-models/CHANGELOG.md index 01ff54f7..3eb0b383 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.3.2] + +Released for version consistency with other DSW tools. + ## [4.3.1] Released for version consistency with other DSW tools. @@ -115,3 +119,4 @@ Released for version consistency with other DSW tools. [4.2.1]: /../../tree/v4.2.1 [4.3.0]: /../../tree/v4.3.0 [4.3.1]: /../../tree/v4.3.1 +[4.3.2]: /../../tree/v4.3.2 diff --git a/packages/dsw-models/pyproject.toml b/packages/dsw-models/pyproject.toml index 9f315a62..7d0bf075 100644 --- a/packages/dsw-models/pyproject.toml +++ b/packages/dsw-models/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-models' -version = "4.3.1" +version = "4.3.2" 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 e5283020..a1b75f5d 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.3.2] + +Released for version consistency with other DSW tools. + ## [4.3.1] Released for version consistency with other DSW tools. @@ -182,3 +186,4 @@ Released for version consistency with other DSW tools. [4.2.1]: /../../tree/v4.2.1 [4.3.0]: /../../tree/v4.3.0 [4.3.1]: /../../tree/v4.3.1 +[4.3.2]: /../../tree/v4.3.2 diff --git a/packages/dsw-storage/pyproject.toml b/packages/dsw-storage/pyproject.toml index ae9a6537..9cfdd318 100644 --- a/packages/dsw-storage/pyproject.toml +++ b/packages/dsw-storage/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-storage' -version = "4.3.1" +version = "4.3.2" description = 'Library for managing DSW S3 storage' readme = 'README.md' keywords = ['dsw', 's3', 'bucket', 'storage'] @@ -26,7 +26,7 @@ dependencies = [ 'minio', 'tenacity', # DSW - "dsw-config==4.3.1", + "dsw-config==4.3.2", ] [project.urls] diff --git a/packages/dsw-tdk/CHANGELOG.md b/packages/dsw-tdk/CHANGELOG.md index 7c3906e7..8100c9c8 100644 --- a/packages/dsw-tdk/CHANGELOG.md +++ b/packages/dsw-tdk/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.3.2] + +Released for version consistency with other DSW tools. + ## [4.3.1] Released for version consistency with other DSW tools. @@ -404,3 +408,4 @@ Initial DSW Template Development Kit (versioned as part of the [DSW platform](ht [4.2.1]: /../../tree/v4.2.1 [4.3.0]: /../../tree/v4.3.0 [4.3.1]: /../../tree/v4.3.1 +[4.3.2]: /../../tree/v4.3.2 diff --git a/packages/dsw-tdk/dsw/tdk/consts.py b/packages/dsw-tdk/dsw/tdk/consts.py index 28f44043..9aa018f3 100644 --- a/packages/dsw-tdk/dsw/tdk/consts.py +++ b/packages/dsw-tdk/dsw/tdk/consts.py @@ -3,7 +3,7 @@ import re APP = 'dsw-tdk' -VERSION = '4.3.1' +VERSION = '4.3.2' METAMODEL_VERSION = 13 REGEX_SEMVER = re.compile(r'^[0-9]+\.[0-9]+\.[0-9]+$') diff --git a/packages/dsw-tdk/pyproject.toml b/packages/dsw-tdk/pyproject.toml index 21ce3821..ef0d1af7 100644 --- a/packages/dsw-tdk/pyproject.toml +++ b/packages/dsw-tdk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'dsw-tdk' -version = "4.3.1" +version = "4.3.2" description = 'Data Stewardship Wizard Template Development Toolkit' readme = 'README.md' keywords = ['documents', 'dsw', 'jinja2', 'template', 'toolkit']