Skip to content

Commit

Permalink
Release 3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Jan 3, 2023
1 parent ca703a9 commit 28abc6f
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions packages/dsw-command-queue/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-command-queue'
version = '3.19.0rc1'
version = '3.19.0'
description = 'Library for working with command queue and persistent commands'
readme = 'README.md'
keywords = ['dsw', 'subscriber', 'publisher', 'database', 'queue', 'processing']
Expand All @@ -27,7 +27,7 @@ classifiers = [
requires-python = '>=3.7, <4'
dependencies = [
# DSW
'dsw-database==3.19.0rc1',
'dsw-database==3.19.0',
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion packages/dsw-config/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-config'
version = '3.19.0rc1'
version = '3.19.0'
description = 'Library for DSW config manipulation'
readme = 'README.md'
keywords = ['dsw', 'config', 'yaml', 'parser']
Expand Down
10 changes: 5 additions & 5 deletions packages/dsw-data-seeder/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-data-seeder'
version = '3.19.0rc1'
version = '3.19.0'
description = 'Worker for seeding DSW data'
readme = 'README.md'
keywords = ['data', 'database', 'seed', 'storage']
Expand All @@ -27,10 +27,10 @@ dependencies = [
'click',
'tenacity',
# DSW
'dsw-command-queue==3.19.0rc1',
'dsw-config==3.19.0rc1',
'dsw-database==3.19.0rc1',
'dsw-storage==3.19.0rc1',
'dsw-command-queue==3.19.0',
'dsw-config==3.19.0',
'dsw-database==3.19.0',
'dsw-storage==3.19.0',
]

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions packages/dsw-database/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-database'
version = '3.19.0rc1'
version = '3.19.0'
description = 'Library for managing DSW database'
readme = 'README.md'
keywords = ['dsw', 'database']
Expand All @@ -28,7 +28,7 @@ dependencies = [
'psycopg[binary]',
'tenacity',
# DSW
'dsw-config==3.19.0rc1',
'dsw-config==3.19.0',
]

[project.urls]
Expand Down
10 changes: 5 additions & 5 deletions packages/dsw-document-worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-document-worker'
version = '3.19.0rc1'
version = '3.19.0'
description = 'Worker for assembling and transforming documents'
readme = 'README.md'
keywords = ['documents', 'generation', 'jinja2', 'pandoc', 'worker']
Expand Down Expand Up @@ -39,10 +39,10 @@ dependencies = [
'tenacity',
'XlsxWriter',
# DSW
'dsw-command-queue==3.19.0rc1',
'dsw-config==3.19.0rc1',
'dsw-database==3.19.0rc1',
'dsw-storage==3.19.0rc1',
'dsw-command-queue==3.19.0',
'dsw-config==3.19.0',
'dsw-database==3.19.0',
'dsw-storage==3.19.0',
]

[project.urls]
Expand Down
8 changes: 4 additions & 4 deletions packages/dsw-mailer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-mailer'
version = '3.19.0rc1'
version = '3.19.0'
description = 'Worker for sending email notifications'
readme = 'README.md'
keywords = ['email', 'jinja2', 'notification', 'template']
Expand All @@ -29,9 +29,9 @@ dependencies = [
'sentry-sdk',
'tenacity',
# DSW
'dsw-command-queue==3.19.0rc1',
'dsw-config==3.19.0rc1',
'dsw-database==3.19.0rc1',
'dsw-command-queue==3.19.0',
'dsw-config==3.19.0',
'dsw-database==3.19.0',
]

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions packages/dsw-storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-storage'
version = '3.19.0rc1'
version = '3.19.0'
description = 'Library for managing DSW S3 storage'
readme = 'README.md'
keywords = ['dsw', 's3', 'bucket', 'storage']
Expand All @@ -28,7 +28,7 @@ dependencies = [
'minio',
'tenacity',
# DSW
'dsw-config==3.19.0rc1',
'dsw-config==3.19.0',
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion packages/dsw-tdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-tdk'
version = '3.19.0rc1'
version = '3.19.0'
description = 'Data Stewardship Wizard Template Development Toolkit'
readme = 'README.md'
keywords = ['documents', 'dsw', 'jinja2', 'template', 'toolkit']
Expand Down

0 comments on commit 28abc6f

Please sign in to comment.