dsw-tdk 4.25.0__tar.gz → 4.25.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/CHANGELOG.md +5 -0
- {dsw_tdk-4.25.0/dsw_tdk.egg-info → dsw_tdk-4.25.1}/PKG-INFO +1 -1
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw/tdk/build_info.py +4 -4
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw/tdk/consts.py +1 -1
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1/dsw_tdk.egg-info}/PKG-INFO +1 -1
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/pyproject.toml +1 -1
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/LICENSE +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/MANIFEST.in +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/README.md +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw/tdk/__init__.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw/tdk/__main__.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw/tdk/api_client.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw/tdk/cli.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw/tdk/config.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw/tdk/core.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw/tdk/model.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw/tdk/templates/LICENSE.j2 +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw/tdk/templates/README.md.j2 +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw/tdk/templates/env.j2 +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw/tdk/templates/starter.j2 +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw/tdk/utils.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw/tdk/validation.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw_tdk.egg-info/SOURCES.txt +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw_tdk.egg-info/dependency_links.txt +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw_tdk.egg-info/entry_points.txt +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw_tdk.egg-info/not-zip-safe +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw_tdk.egg-info/requires.txt +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/dsw_tdk.egg-info/top_level.txt +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/setup.cfg +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/setup.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/tests/test_basic.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/tests/test_cmd_dot-env.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/tests/test_cmd_get.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/tests/test_cmd_list.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/tests/test_cmd_new.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/tests/test_cmd_package.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/tests/test_cmd_put.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/tests/test_cmd_unpackage.py +0 -0
- {dsw_tdk-4.25.0 → dsw_tdk-4.25.1}/tests/test_cmd_verify.py +0 -0
|
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
10
|
|
|
11
|
+
## [4.25.1]
|
|
12
|
+
|
|
13
|
+
Released for version consistency with other DSW tools.
|
|
14
|
+
|
|
11
15
|
## [4.25.0]
|
|
12
16
|
|
|
13
17
|
Released for version consistency with other DSW tools.
|
|
@@ -649,3 +653,4 @@ Initial DSW Template Development Kit (versioned as part of the [DSW platform](ht
|
|
|
649
653
|
[4.23.2]: /../../tree/v4.23.2
|
|
650
654
|
[4.24.0]: /../../tree/v4.24.0
|
|
651
655
|
[4.25.0]: /../../tree/v4.25.0
|
|
656
|
+
[4.25.1]: /../../tree/v4.25.1
|
|
@@ -9,9 +9,9 @@ BuildInfo = namedtuple(
|
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
BUILD_INFO = BuildInfo(
|
|
12
|
-
version='v4.25.
|
|
13
|
-
built_at='2025-12-
|
|
14
|
-
sha='
|
|
12
|
+
version='v4.25.1~31a01b8',
|
|
13
|
+
built_at='2025-12-19 12:48:15Z',
|
|
14
|
+
sha='31a01b81b38254d1f771f4b109b60550a1debfa2',
|
|
15
15
|
branch='HEAD',
|
|
16
|
-
tag='v4.25.
|
|
16
|
+
tag='v4.25.1',
|
|
17
17
|
)
|
|
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = 'dsw-tdk'
|
|
7
|
-
version = "4.25.
|
|
7
|
+
version = "4.25.1"
|
|
8
8
|
description = 'Data Stewardship Wizard Template Development Toolkit'
|
|
9
9
|
readme = 'README.md'
|
|
10
10
|
keywords = ['documents', 'dsw', 'jinja2', 'template', 'toolkit']
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|