diff --git a/docs/changelog.rst b/docs/changelog.rst index 0af3c04..f9cca0c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 `__. (:issue:`389`) + .. _v3_22: 3.22 (2022-01-11) diff --git a/setup.py b/setup.py index e0aa54b..e3a31d4 100644 --- a/setup.py +++ b/setup.py @@ -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():