Skip to content

Commit a30b3cc

Browse files
committed
188 - Save point
1 parent 03853d1 commit a30b3cc

12 files changed

Lines changed: 19 additions & 4332 deletions

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning].
77

88
## [Unreleased]
99

10+
## [0.0.24] - 2025-06-20
11+
12+
### Added in 0.0.24
13+
14+
- sz_update_project can now upgrade V3 -> V4 and V4 -> V4 projects
15+
16+
### Changed in 0.0.24
17+
18+
- Update tools from get_configs() to get_config_registry() (SDK change)
19+
- sz_command now uses the setting and command `scroll` instead of `page`
20+
21+
### Fixed in 0.0.24
22+
23+
- sz_create_project shouldn't copy sz_update_project to a new project
24+
1025
## [0.0.23] - 2025-06-12
1126

1227
### Fixed in 0.0.23

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
senzing==0.2.2
1+
senzing==0.2.16
22
senzing-core==0.3.15

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = python-tools
3-
version = 0.0.23
3+
version = 0.0.24
44
author = senzing
55
author_email = support@senzing.com
66
description = Python Tools
@@ -21,8 +21,8 @@ package_dir =
2121
packages = find:
2222
python_requires = >=3.9
2323
install_requires =
24-
senzing >= 0.2.12
25-
senzing-core >= 0.3.11
24+
senzing >= 0.2.16
25+
senzing-core >= 0.3.15
2626

2727
[options.packages.find]
2828
where = src

0 commit comments

Comments
 (0)