mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 17:34:32 +02:00
parent
87bddef8fd
commit
6fb32d27ae
3 changed files with 10 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ Using pipx
|
|||
pipx install sqlite-utils
|
||||
|
||||
|
||||
.. _cli_completion:
|
||||
.. _installation_completion:
|
||||
|
||||
Setting up shell completion
|
||||
===========================
|
||||
|
|
|
|||
2
setup.py
2
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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue