Skip to content

Commit 73d2819

Browse files
committed
Merge branch 'hotfix/4.28.4' into develop
2 parents c5cd6e3 + 04be528 commit 73d2819

File tree

21 files changed

+79
-35
lines changed

21 files changed

+79
-35
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.28.4]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.28.3]
1216

1317
Released for version consistency with other DSW tools.
@@ -441,3 +445,4 @@ Released for version consistency with other DSW tools.
441445
[4.28.1]: /../../tree/v4.28.1
442446
[4.28.2]: /../../tree/v4.28.2
443447
[4.28.3]: /../../tree/v4.28.3
448+
[4.28.4]: /../../tree/v4.28.4

packages/dsw-command-queue/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dsw-command-queue"
3-
version = "4.28.3"
3+
version = "4.28.4"
44
description = "Library for working with command queue and persistent commands"
55
readme = "README.md"
66
keywords = ["dsw", "subscriber", "publisher", "database", "queue", "processing"]
@@ -23,7 +23,7 @@ dependencies = [
2323
"func-timeout",
2424
"tenacity",
2525
# DSW
26-
"dsw-database==4.28.3",
26+
"dsw-database==4.28.4",
2727
]
2828

2929
[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.28.4]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.28.3]
1216

1317
Released for version consistency with other DSW tools.
@@ -448,3 +452,4 @@ Released for version consistency with other DSW tools.
448452
[4.28.1]: /../../tree/v4.28.1
449453
[4.28.2]: /../../tree/v4.28.2
450454
[4.28.3]: /../../tree/v4.28.3
455+
[4.28.4]: /../../tree/v4.28.4

packages/dsw-config/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dsw-config"
3-
version = "4.28.3"
3+
version = "4.28.4"
44
description = "Library for DSW config manipulation"
55
readme = "README.md"
66
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.28.4]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.28.3]
1216

1317
Released for version consistency with other DSW tools.
@@ -517,3 +521,4 @@ Released for version consistency with other DSW tools.
517521
[4.28.1]: /../../tree/v4.28.1
518522
[4.28.2]: /../../tree/v4.28.2
519523
[4.28.3]: /../../tree/v4.28.3
524+
[4.28.4]: /../../tree/v4.28.4

packages/dsw-data-seeder/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dsw-data-seeder"
3-
version = "4.28.3"
3+
version = "4.28.4"
44
description = "Worker for seeding DSW data"
55
readme = "README.md"
66
keywords = ["data", "database", "seed", "storage"]
@@ -25,10 +25,10 @@ dependencies = [
2525
"sentry-sdk",
2626
"tenacity",
2727
# DSW
28-
"dsw-command-queue==4.28.3",
29-
"dsw-config==4.28.3",
30-
"dsw-database==4.28.3",
31-
"dsw-storage==4.28.3",
28+
"dsw-command-queue==4.28.4",
29+
"dsw-config==4.28.4",
30+
"dsw-database==4.28.4",
31+
"dsw-storage==4.28.4",
3232
]
3333

3434
[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.28.4]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.28.3]
1216

1317
Released for version consistency with other DSW tools.
@@ -471,3 +475,4 @@ Released for version consistency with other DSW tools.
471475
[4.28.1]: /../../tree/v4.28.1
472476
[4.28.2]: /../../tree/v4.28.2
473477
[4.28.3]: /../../tree/v4.28.3
478+
[4.28.4]: /../../tree/v4.28.4

packages/dsw-database/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dsw-database"
3-
version = "4.28.3"
3+
version = "4.28.4"
44
description = "Library for managing DSW database"
55
readme = "README.md"
66
keywords = ["dsw", "database"]
@@ -22,7 +22,7 @@ dependencies = [
2222
"psycopg[binary]",
2323
"tenacity",
2424
# DSW
25-
"dsw-config==4.28.3",
25+
"dsw-config==4.28.4",
2626
]
2727

2828
[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.28.4]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.28.3]
1216

1317
Released for version consistency with other DSW tools.
@@ -592,3 +596,4 @@ Released for version consistency with other DSW tools.
592596
[4.28.1]: /../../tree/v4.28.1
593597
[4.28.2]: /../../tree/v4.28.2
594598
[4.28.3]: /../../tree/v4.28.3
599+
[4.28.4]: /../../tree/v4.28.4

packages/dsw-document-worker/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dsw-document-worker"
3-
version = "4.28.3"
3+
version = "4.28.4"
44
description = "Worker for assembling and transforming documents"
55
readme = "README.md"
66
keywords = ["documents", "generation", "jinja2", "pandoc", "worker"]
@@ -35,10 +35,10 @@ dependencies = [
3535
"weasyprint",
3636
"XlsxWriter",
3737
# DSW
38-
"dsw-command-queue==4.28.3",
39-
"dsw-config==4.28.3",
40-
"dsw-database==4.28.3",
41-
"dsw-storage==4.28.3",
38+
"dsw-command-queue==4.28.4",
39+
"dsw-config==4.28.4",
40+
"dsw-database==4.28.4",
41+
"dsw-storage==4.28.4",
4242
]
4343

4444
[project.urls]

0 commit comments

Comments
 (0)