Skip to content

Commit f98e190

Browse files
authored
#372 Prepare for versioend release (#373)
1 parent 09834bd commit f98e190

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,24 @@ and this project adheres to [Semantic Versioning].
77

88
## [Unreleased]
99

10+
## [1.0.3] - 2025-10-02
11+
12+
### Changed in 1.0.3
13+
14+
- Updated dependencies
15+
1016
## [1.0.2] - 2025-09-25
1117

1218
### Fixed in 1.0.2
1319

14-
- Destroy SzProductCore instance after use in \_\_init\_\_.py
20+
- Destroy SzProductCore instance after use in \_\_init\_\_.py
1521

1622
## [1.0.1] - 2025-09-12
1723

1824
### Fixed in 1.0.1
1925

2026
- Pylint failure with updated pylint-per-file-ignores
21-
27+
2228
## [1.0.0] - 2025-08-06
2329

2430
### Changed in 1.0.0
@@ -62,7 +68,7 @@ and this project adheres to [Semantic Versioning].
6268

6369
### Removed in 0.3.16
6470

65-
- _version.py, merged into _helpers.py
71+
- _version.py, merged into_helpers.py
6672

6773
## [0.3.15] - 2025-06-18
6874

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
orjson==3.11.3
2-
senzing==4.0.3
2+
senzing==4.0.4

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = senzing_core
3-
version = 1.0.2
3+
version = 1.0.3
44
author = senzing
55
author_email = support@senzing.com
66
description = Senzing Python SDK

0 commit comments

Comments
 (0)