Skip to content

Commit 9e1a440

Browse files
committed
Update utils version
1 parent 05fec24 commit 9e1a440

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## v1.3.2 8/1/24
3+
- Replaced info statements with debug for security purposes
4+
25
## v1.3.1 7/31/24
36
- Replaced log statement in Avro client with debug
47

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ kinesis_client = KinesisClient(...)
3636
# Do not use any version below 1.0.0
3737
# All available optional dependencies can be found in pyproject.toml.
3838
# See the "Managing dependencies" section below for more details.
39-
nypl-py-utils[kinesis-client,config-helper]==1.3.1
39+
nypl-py-utils[kinesis-client,config-helper]==1.3.2
4040
```
4141

4242
## Developing locally

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "nypl_py_utils"
7-
version = "1.3.1"
7+
version = "1.3.2"
88
authors = [
99
{ name="Aaron Friedman", email="aaronfriedman@nypl.org" },
1010
]

0 commit comments

Comments
 (0)