Skip to content

Commit

Permalink
#168 Prepare for versioned release
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Dec 2, 2024
1 parent 8c1ae89 commit 96d1850
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [0.3.6] - 2024-12-02

### Changed in 0.3.6

- Removes `kwargs`

## [0.3.5] - 2024-11-26

### Changed in 0.3.5
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = senzing_grpc
version = 0.3.5
version = 0.3.6
author = senzing
author_email = support@senzing.com
description = Python SDK for Senzing API over gRPC
Expand All @@ -21,9 +21,9 @@ package_dir =
packages = find:
python_requires = >=3.9
install_requires =
grpcio >= 1.68.0
protobuf >= 5.28.3
senzing-abstract >= 0.1.11
grpcio >= 1.68.1
protobuf >= 5.29.0
senzing-abstract >= 0.1.12

[options.packages.find]
where = src

0 comments on commit 96d1850

Please sign in to comment.