Release 3.32.1

Refs #551, #552
This commit is contained in:
Simon Willison 2023-05-21 14:09:46 -07:00
commit 6fb32d27ae
3 changed files with 10 additions and 2 deletions

View file

@ -4,6 +4,14 @@
Changelog
===========
.. _v3_32_1:
3.32.1 (2023-05-21)
-------------------
- Examples in the :ref:`CLI documentation <>` can now all be copied and pasted without needing to remove a leading ``$``. (:issue:`551`)
- Documentation now covers :ref:`installation_completion` for ``bash`` and ``zsh``. (:issue:`552`)
.. _v3_32:
3.32 (2023-05-21)

View file

@ -40,7 +40,7 @@ Using pipx
pipx install sqlite-utils
.. _cli_completion:
.. _installation_completion:
Setting up shell completion
===========================

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import io
import os
VERSION = "3.32"
VERSION = "3.32.1"
def get_long_description():