Skip to content

Commit 30856ce

Browse files
committed
Release 4.25.0-rc.1
1 parent 923e4f0 commit 30856ce

File tree

23 files changed

+74
-29
lines changed

23 files changed

+74
-29
lines changed

packages/dsw-command-queue/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
## [Unreleased]
99

1010

11+
## [4.25.0]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.24.0]
1216

1317
Released for version consistency with other DSW tools.
@@ -396,3 +400,4 @@ Released for version consistency with other DSW tools.
396400
[4.23.1]: /../../tree/v4.23.1
397401
[4.23.2]: /../../tree/v4.23.2
398402
[4.24.0]: /../../tree/v4.24.0
403+
[4.25.0]: /../../tree/v4.25.0

packages/dsw-command-queue/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'dsw-command-queue'
7-
version = "4.24.0"
7+
version = "4.25.0rc1"
88
description = 'Library for working with command queue and persistent commands'
99
readme = 'README.md'
1010
keywords = ['dsw', 'subscriber', 'publisher', 'database', 'queue', 'processing']
@@ -26,7 +26,7 @@ requires-python = '>=3.12, <4'
2626
dependencies = [
2727
'func-timeout',
2828
# DSW
29-
"dsw-database==4.24.0",
29+
"dsw-database==4.25.0rc1",
3030
]
3131

3232
[project.urls]

packages/dsw-config/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
## [Unreleased]
99

1010

11+
## [4.25.0]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.24.0]
1216

1317
Released for version consistency with other DSW tools.
@@ -403,3 +407,4 @@ Released for version consistency with other DSW tools.
403407
[4.23.1]: /../../tree/v4.23.1
404408
[4.23.2]: /../../tree/v4.23.2
405409
[4.24.0]: /../../tree/v4.24.0
410+
[4.25.0]: /../../tree/v4.25.0

packages/dsw-config/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'dsw-config'
7-
version = "4.24.0"
7+
version = "4.25.0rc1"
88
description = 'Library for DSW config manipulation'
99
readme = 'README.md'
1010
keywords = ['dsw', 'config', 'yaml', 'parser']

packages/dsw-data-seeder/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
## [Unreleased]
99

1010

11+
## [4.25.0]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.24.0]
1216

1317
Released for version consistency with other DSW tools.
@@ -472,3 +476,4 @@ Released for version consistency with other DSW tools.
472476
[4.23.1]: /../../tree/v4.23.1
473477
[4.23.2]: /../../tree/v4.23.2
474478
[4.24.0]: /../../tree/v4.24.0
479+
[4.25.0]: /../../tree/v4.25.0

packages/dsw-data-seeder/dsw/data_seeder/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
DEFAULT_PLACEHOLDER = '<<|TENANT-ID|>>'
77
NULL_UUID = '00000000-0000-0000-0000-000000000000'
88
PROG_NAME = 'dsw-data-seeder'
9-
VERSION = '4.24.0'
9+
VERSION = '4.25.0rc1'
1010

1111
VAR_APP_CONFIG_PATH = 'APPLICATION_CONFIG_PATH'
1212
VAR_WORKDIR_PATH = 'WORKDIR_PATH'

packages/dsw-data-seeder/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'dsw-data-seeder'
7-
version = "4.24.0"
7+
version = "4.25.0rc1"
88
description = 'Worker for seeding DSW data'
99
readme = 'README.md'
1010
keywords = ['data', 'database', 'seed', 'storage']
@@ -29,10 +29,10 @@ dependencies = [
2929
'sentry-sdk',
3030
'tenacity',
3131
# DSW
32-
"dsw-command-queue==4.24.0",
33-
"dsw-config==4.24.0",
34-
"dsw-database==4.24.0",
35-
"dsw-storage==4.24.0",
32+
"dsw-command-queue==4.25.0rc1",
33+
"dsw-config==4.25.0rc1",
34+
"dsw-database==4.25.0rc1",
35+
"dsw-storage==4.25.0rc1",
3636
]
3737

3838
[project.urls]

packages/dsw-database/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
## [Unreleased]
99

1010

11+
## [4.25.0]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.24.0]
1216

1317
Released for version consistency with other DSW tools.
@@ -418,3 +422,4 @@ Released for version consistency with other DSW tools.
418422
[4.23.1]: /../../tree/v4.23.1
419423
[4.23.2]: /../../tree/v4.23.2
420424
[4.24.0]: /../../tree/v4.24.0
425+
[4.25.0]: /../../tree/v4.25.0

packages/dsw-database/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'dsw-database'
7-
version = "4.24.0"
7+
version = "4.25.0rc1"
88
description = 'Library for managing DSW database'
99
readme = 'README.md'
1010
keywords = ['dsw', 'database']
@@ -26,7 +26,7 @@ dependencies = [
2626
'psycopg[binary]',
2727
'tenacity',
2828
# DSW
29-
"dsw-config==4.24.0",
29+
"dsw-config==4.25.0rc1",
3030
]
3131

3232
[project.urls]

packages/dsw-document-worker/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
## [Unreleased]
99

1010

11+
## [4.25.0]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.24.0]
1216

1317
Released for version consistency with other DSW tools.
@@ -525,3 +529,4 @@ Released for version consistency with other DSW tools.
525529
[4.23.1]: /../../tree/v4.23.1
526530
[4.23.2]: /../../tree/v4.23.2
527531
[4.24.0]: /../../tree/v4.24.0
532+
[4.25.0]: /../../tree/v4.25.0

0 commit comments

Comments
 (0)