Release 3.22.1

Refs #384, #387, #389
This commit is contained in:
Simon Willison 2022-01-25 19:28:30 -08:00
commit a9fca7efa4
2 changed files with 10 additions and 1 deletions

View file

@ -2,6 +2,15 @@
Changelog
===========
.. _v3_22_1:
3.22.1 (2022-01-25)
-------------------
- All commands now include example usage in their ``--help`` - see :ref:`cli_reference`. (:issue:`384`)
- Python library documentation has a new :ref:`python_api_getting_started` section. (:issue:`387`)
- Documentation now uses `Plausible analytics <https://plausible.io/>`__. (:issue:`389`)
.. _v3_22:
3.22 (2022-01-11)

View file

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