Skip to content

Commit 8b004b2

Browse files
committed
Release 3.37
Refs #618, #619, #620, #621, #630, #632
1 parent 8964110 commit 8b004b2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
Changelog
55
===========
66

7+
.. _v3_37:
8+
9+
3.37 (2024-07-18)
10+
-----------------
11+
12+
- The ``create-table`` and ``insert-files`` commands all now accept multiple ``--pk`` options for compound primary keys. (:issue:`620`)
13+
- Now tested against Python 3.13 pre-release. (`#619 <https://github.com/simonw/sqlite-utils/pull/619>`__)
14+
- Fixed a crash that can occur in environments with a broken ``numpy`` installation, producing a ``module 'numpy' has no attribute 'int8'``. (:issue:`632`)
15+
716
.. _v3_36:
817

918
3.36 (2023-12-07)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import io
33
import os
44

5-
VERSION = "3.36"
5+
VERSION = "3.37"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)