diff --git a/docs/changelog.rst b/docs/changelog.rst index ee8713f..67c5ea1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) diff --git a/docs/installation.rst b/docs/installation.rst index c570e6b..cb17ebf 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -40,7 +40,7 @@ Using pipx pipx install sqlite-utils -.. _cli_completion: +.. _installation_completion: Setting up shell completion =========================== diff --git a/setup.py b/setup.py index 0d05c5c..5f4ea04 100644 --- a/setup.py +++ b/setup.py @@ -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():