diff --git a/packages/dsw-command-queue/CHANGELOG.md b/packages/dsw-command-queue/CHANGELOG.md index 79526199..18227ed7 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] +## [3.26.0] + +Released for version consistency with other DSW tools. + ## [3.25.0] Released for version consistency with other DSW tools. @@ -122,3 +126,4 @@ Released for version consistency with other DSW tools. [3.23.0]: /../../tree/v3.23.0 [3.24.0]: /../../tree/v3.24.0 [3.25.0]: /../../tree/v3.25.0 +[3.26.0]: /../../tree/v3.26.0 diff --git a/packages/dsw-command-queue/pyproject.toml b/packages/dsw-command-queue/pyproject.toml index 2fa3af6e..355be5a4 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 = "3.25.0" +version = "3.26.0rc1" 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==3.25.0", + "dsw-database==3.26.0rc1", ] [project.urls] diff --git a/packages/dsw-config/CHANGELOG.md b/packages/dsw-config/CHANGELOG.md index b13c1e51..6edb7af0 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] +## [3.26.0] + +Released for version consistency with other DSW tools. + ## [3.25.0] ### Fixed @@ -130,3 +134,4 @@ Released for version consistency with other DSW tools. [3.23.0]: /../../tree/v3.23.0 [3.24.0]: /../../tree/v3.24.0 [3.25.0]: /../../tree/v3.25.0 +[3.26.0]: /../../tree/v3.26.0 diff --git a/packages/dsw-config/pyproject.toml b/packages/dsw-config/pyproject.toml index 127c8679..32c88a1e 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 = "3.25.0" +version = "3.26.0rc1" 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 307c0dc1..3166c40a 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] +## [3.26.0] + +Released for version consistency with other DSW tools. + ## [3.25.0] Released for version consistency with other DSW tools. @@ -170,3 +174,4 @@ Released for version consistency with other DSW tools. [3.23.0]: /../../tree/v3.23.0 [3.24.0]: /../../tree/v3.24.0 [3.25.0]: /../../tree/v3.25.0 +[3.26.0]: /../../tree/v3.26.0 diff --git a/packages/dsw-data-seeder/dsw/data_seeder/consts.py b/packages/dsw-data-seeder/dsw/data_seeder/consts.py index 9531770a..2a9eceef 100644 --- a/packages/dsw-data-seeder/dsw/data_seeder/consts.py +++ b/packages/dsw-data-seeder/dsw/data_seeder/consts.py @@ -6,4 +6,4 @@ DEFAULT_PLACEHOLDER = '<<|APP-ID|>>' NULL_UUID = '00000000-0000-0000-0000-000000000000' PROG_NAME = 'dsw-data-seeder' -VERSION = '3.25.0' +VERSION = '3.26.0' diff --git a/packages/dsw-data-seeder/pyproject.toml b/packages/dsw-data-seeder/pyproject.toml index 99e3c71f..980f21bc 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 = "3.25.0" +version = "3.26.0rc1" 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==3.25.0", - "dsw-config==3.25.0", - "dsw-database==3.25.0", - "dsw-storage==3.25.0", + "dsw-command-queue==3.26.0rc1", + "dsw-config==3.26.0rc1", + "dsw-database==3.26.0rc1", + "dsw-storage==3.26.0rc1", ] [project.urls] diff --git a/packages/dsw-database/CHANGELOG.md b/packages/dsw-database/CHANGELOG.md index 144f394b..e8ec4e2b 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] +## [3.26.0] + +Released for version consistency with other DSW tools. + ## [3.25.0] Released for version consistency with other DSW tools. @@ -136,3 +140,4 @@ Released for version consistency with other DSW tools. [3.23.0]: /../../tree/v3.23.0 [3.24.0]: /../../tree/v3.24.0 [3.25.0]: /../../tree/v3.25.0 +[3.26.0]: /../../tree/v3.26.0 diff --git a/packages/dsw-database/pyproject.toml b/packages/dsw-database/pyproject.toml index 19c1f8f2..b13d0b84 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 = "3.25.0" +version = "3.26.0rc1" description = 'Library for managing DSW database' readme = 'README.md' keywords = ['dsw', 'database'] @@ -26,7 +26,7 @@ dependencies = [ 'psycopg[binary]', 'tenacity', # DSW - "dsw-config==3.25.0", + "dsw-config==3.26.0rc1", ] [project.urls] diff --git a/packages/dsw-document-worker/CHANGELOG.md b/packages/dsw-document-worker/CHANGELOG.md index 899100e3..77d97ab9 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] +## [3.26.0] + +Released for version consistency with other DSW tools. + ## [3.25.0] Released for version consistency with other DSW tools. @@ -161,3 +165,4 @@ Released for version consistency with other DSW tools. [3.23.0]: /../../tree/v3.23.0 [3.24.0]: /../../tree/v3.24.0 [3.25.0]: /../../tree/v3.25.0 +[3.26.0]: /../../tree/v3.26.0 diff --git a/packages/dsw-document-worker/dsw/document_worker/consts.py b/packages/dsw-document-worker/dsw/document_worker/consts.py index c7a58954..4c3a59a7 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 = '3.25.0' +VERSION = '3.26.0' class DocumentState: diff --git a/packages/dsw-document-worker/pyproject.toml b/packages/dsw-document-worker/pyproject.toml index 60cb6a89..6d0a23c8 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 = "3.25.0" +version = "3.26.0rc1" 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==3.25.0", - "dsw-config==3.25.0", - "dsw-database==3.25.0", - "dsw-storage==3.25.0", + "dsw-command-queue==3.26.0rc1", + "dsw-config==3.26.0rc1", + "dsw-database==3.26.0rc1", + "dsw-storage==3.26.0rc1", ] [project.urls] diff --git a/packages/dsw-mailer/CHANGELOG.md b/packages/dsw-mailer/CHANGELOG.md index 61bd90d0..b47a8927 100644 --- a/packages/dsw-mailer/CHANGELOG.md +++ b/packages/dsw-mailer/CHANGELOG.md @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [3.26.0] + +Released for version consistency with other DSW tools. + ## [3.25.0] Released for version consistency with other DSW tools. @@ -143,3 +147,4 @@ Released for version consistency with other DSW tools. [3.23.0]: /../../tree/v3.23.0 [3.24.0]: /../../tree/v3.24.0 [3.25.0]: /../../tree/v3.25.0 +[3.26.0]: /../../tree/v3.26.0 diff --git a/packages/dsw-mailer/dsw/mailer/consts.py b/packages/dsw-mailer/dsw/mailer/consts.py index d0145ac5..1260f788 100644 --- a/packages/dsw-mailer/dsw/mailer/consts.py +++ b/packages/dsw-mailer/dsw/mailer/consts.py @@ -5,4 +5,4 @@ DEFAULT_ENCODING = 'utf-8' NULL_UUID = '00000000-0000-0000-0000-000000000000' PROG_NAME = 'dsw-mailer' -VERSION = '3.25.0' +VERSION = '3.26.0' diff --git a/packages/dsw-mailer/pyproject.toml b/packages/dsw-mailer/pyproject.toml index ce335208..c1a6038a 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 = "3.25.0" +version = "3.26.0rc1" 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==3.25.0", - "dsw-config==3.25.0", - "dsw-database==3.25.0", + "dsw-command-queue==3.26.0rc1", + "dsw-config==3.26.0rc1", + "dsw-database==3.26.0rc1", ] [project.urls] diff --git a/packages/dsw-models/CHANGELOG.md b/packages/dsw-models/CHANGELOG.md index 8294840c..eeca1d90 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] +## [3.26.0] + +Released for version consistency with other DSW tools. + ## [3.25.0] Released for version consistency with other DSW tools. @@ -55,3 +59,4 @@ Released for version consistency with other DSW tools. [3.23.0]: /../../tree/v3.23.0 [3.24.0]: /../../tree/v3.24.0 [3.25.0]: /../../tree/v3.25.0 +[3.26.0]: /../../tree/v3.26.0 diff --git a/packages/dsw-models/pyproject.toml b/packages/dsw-models/pyproject.toml index 2c61ded4..a4f0ca03 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 = "3.25.0" +version = "3.26.0rc1" 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 fc2b9ef7..f129acd7 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] +## [3.26.0] + +Released for version consistency with other DSW tools. + ## [3.25.0] Released for version consistency with other DSW tools. @@ -117,3 +121,4 @@ Released for version consistency with other DSW tools. [3.23.0]: /../../tree/v3.23.0 [3.24.0]: /../../tree/v3.24.0 [3.25.0]: /../../tree/v3.25.0 +[3.26.0]: /../../tree/v3.26.0 diff --git a/packages/dsw-storage/pyproject.toml b/packages/dsw-storage/pyproject.toml index a9709166..f2f28362 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 = "3.25.0" +version = "3.26.0rc1" 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==3.25.0", + "dsw-config==3.26.0rc1", ] [project.urls] diff --git a/packages/dsw-tdk/CHANGELOG.md b/packages/dsw-tdk/CHANGELOG.md index 13045efe..34f8d28e 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] +## [3.26.0] + +Released for version consistency with other DSW tools. + ## [3.25.0] Released for version consistency with other DSW tools. @@ -330,3 +334,4 @@ Initial DSW Template Development Kit (versioned as part of the [DSW platform](ht [3.23.0]: /../../tree/v3.23.0 [3.24.0]: /../../tree/v3.24.0 [3.25.0]: /../../tree/v3.25.0 +[3.26.0]: /../../tree/v3.26.0 diff --git a/packages/dsw-tdk/dsw/tdk/consts.py b/packages/dsw-tdk/dsw/tdk/consts.py index e706d146..191a14c0 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 = '3.25.0' +VERSION = '3.26.0' METAMODEL_VERSION = 11 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 40adf392..9f19acdf 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 = "3.25.0" +version = "3.26.0rc1" description = 'Data Stewardship Wizard Template Development Toolkit' readme = 'README.md' keywords = ['documents', 'dsw', 'jinja2', 'template', 'toolkit']