Skip to content

Commit

Permalink
Release 3.32.1
Browse files Browse the repository at this point in the history
Refs #551, #552
  • Loading branch information
simonw committed May 21, 2023
1 parent 87bddef commit 6fb32d2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Using pipx
pipx install sqlite-utils


.. _cli_completion:
.. _installation_completion:

Setting up shell completion
===========================
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.32"
VERSION = "3.32.1"


def get_long_description():
Expand Down

0 comments on commit 6fb32d2

Please sign in to comment.