chore: sync Tasks and Postbox documentation releases
This commit is contained in:
@@ -61,7 +61,7 @@ full = [
|
|||||||
"govoplan-permits==0.1.18",
|
"govoplan-permits==0.1.18",
|
||||||
"govoplan-poll==0.1.18",
|
"govoplan-poll==0.1.18",
|
||||||
"govoplan-portal==0.1.18",
|
"govoplan-portal==0.1.18",
|
||||||
"govoplan-postbox==0.1.18",
|
"govoplan-postbox==0.1.19",
|
||||||
"govoplan-procurement==0.1.18",
|
"govoplan-procurement==0.1.18",
|
||||||
"govoplan-projects==0.1.18",
|
"govoplan-projects==0.1.18",
|
||||||
"govoplan-quick-access==0.1.18",
|
"govoplan-quick-access==0.1.18",
|
||||||
@@ -74,7 +74,7 @@ full = [
|
|||||||
"govoplan-search==0.1.18",
|
"govoplan-search==0.1.18",
|
||||||
"govoplan-services==0.1.18",
|
"govoplan-services==0.1.18",
|
||||||
"govoplan-soap==0.1.19",
|
"govoplan-soap==0.1.19",
|
||||||
"govoplan-tasks==0.1.19",
|
"govoplan-tasks==0.1.20",
|
||||||
"govoplan-templates==0.1.18",
|
"govoplan-templates==0.1.18",
|
||||||
"govoplan-tickets==0.1.18",
|
"govoplan-tickets==0.1.18",
|
||||||
"govoplan-transparency==0.1.18",
|
"govoplan-transparency==0.1.18",
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ class PackageRegistryReleaseTests(unittest.TestCase):
|
|||||||
by_name = {item["name"]: item for item in selected}
|
by_name = {item["name"]: item for item in selected}
|
||||||
self.assertIn("govoplan-core", by_name)
|
self.assertIn("govoplan-core", by_name)
|
||||||
self.assertIn("govoplan-records", by_name)
|
self.assertIn("govoplan-records", by_name)
|
||||||
self.assertEqual("0.1.19", by_name["govoplan-tasks"]["version"])
|
self.assertEqual("0.1.20", by_name["govoplan-tasks"]["version"])
|
||||||
|
|
||||||
payload = PACKAGE_SET.generate_package_set(
|
payload = PACKAGE_SET.generate_package_set(
|
||||||
core_version=core_version,
|
core_version=core_version,
|
||||||
|
|||||||
Reference in New Issue
Block a user