Skip to content

Commit

Permalink
Release 3.37
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 18, 2024
1 parent 8964110 commit 8b004b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
Changelog
===========

.. _v3_37:

3.37 (2024-07-18)
-----------------

- The ``create-table`` and ``insert-files`` commands all now accept multiple ``--pk`` options for compound primary keys. (:issue:`620`)
- Now tested against Python 3.13 pre-release. (`#619 <https://github.com/simonw/sqlite-utils/pull/619>`__)
- Fixed a crash that can occur in environments with a broken ``numpy`` installation, producing a ``module 'numpy' has no attribute 'int8'``. (:issue:`632`)

.. _v3_36:

3.36 (2023-12-07)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import io
import os

VERSION = "3.36"
VERSION = "3.37"


def get_long_description():
Expand Down

0 comments on commit 8b004b2

Please sign in to comment.