We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8b4dbd + e4e947f commit 8dc8a1fCopy full SHA for 8dc8a1f
2 files changed
CHANGELOG.md
@@ -1,7 +1,10 @@
1
# Changelog
2
-## v1.6.1 11/26/24
+## v1.6.2 12/2/24
3
- Add record_num capability to patron_data_helper
4
5
+## v1.6.1 11/26/24
6
+- Accidental duplicate of v1.6.0
7
+
8
## v1.6.0 11/20/24
9
- Added patron_data_helper functions
10
- Use executemany instead of execute when appropriate in PostgreSQLClient
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "nypl_py_utils"
-version = "1.6.1"
+version = "1.6.2"
authors = [
{ name="Aaron Friedman", email="aaronfriedman@nypl.org" },
]
0 commit comments