Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
antaenc committed Jan 28, 2025
1 parent 406a806 commit a57fbca
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [0.3.2] - 2025-01-20
## [0.3.2] - 2025-01-28

### Changed in 0.3.2

Expand All @@ -16,12 +16,17 @@ and this project adheres to [Semantic Versioning].
- Modify examples to import from senzing and senzing_core
- Modified workflows and make files to use pytest instead of unittest for examples
- Cleaned up tne examples
- With info methods return "" instead of "{}" for simpler checking

### Added in 0.3.2

- Added custom documentation processing to Sphinx
- Added documentation-requirements.txt

### Fixed in 0.3.2

- Fixed error from building Sphinx doc for html_static_path = ["_static"]

## [0.3.1] - 2024-12-04

### Added in 0.3.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package_dir =
packages = find:
python_requires = >=3.9
install_requires =
senzing >= 0.2.1,<1.0.0
senzing >= 0.2.2,<1.0.0

[options.packages.find]
where = src
2 changes: 1 addition & 1 deletion src/senzing_core/szabstractfactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__all__ = ["SzAbstractFactoryCore", "SzAbstractFactoryParametersCore"]
__version__ = "0.0.1" # See https://www.python.org/dev/peps/pep-0396/
__date__ = "2024-10-21"
__updated__ = "2025-01-17"
__updated__ = "2025-01-28"


# -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/senzing_core/szconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
__all__ = ["SzConfigCore"]
__version__ = "0.0.1" # See https://www.python.org/dev/peps/pep-0396/
__date__ = "2023-10-30"
__updated__ = "2025-01-17"
__updated__ = "2025-01-28"


# -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/senzing_core/szconfigmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
__all__ = ["SzConfigManagerCore"]
__version__ = "0.0.1" # See https://www.python.org/dev/peps/pep-0396/
__date__ = "2023-10-30"
__updated__ = "2025-01-17"
__updated__ = "2025-01-28"


# -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/senzing_core/szdiagnostic.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
__all__ = ["SzDiagnosticCore"]
__version__ = "0.0.1" # See https://www.python.org/dev/peps/pep-0396/
__date__ = "2023-10-30"
__updated__ = "2025-01-17"
__updated__ = "2025-01-28"


# -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/senzing_core/szengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
__all__ = ["SzEngineCore"]
__version__ = "0.0.1" # See https://www.python.org/dev/peps/pep-0396/
__date__ = "2023-10-30"
__updated__ = "2025-01-17"
__updated__ = "2025-01-28"


# -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/senzing_core/szproduct.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
__all__ = ["SzProductCore"]
__version__ = "0.0.1" # See https://www.python.org/dev/peps/pep-0396/
__date__ = "2023-10-30"
__updated__ = "2025-01-17"
__updated__ = "2025-01-28"


# -----------------------------------------------------------------------------
Expand Down

0 comments on commit a57fbca

Please sign in to comment.