We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1e89d commit a9fca7eCopy full SHA for a9fca7e
docs/changelog.rst
@@ -2,6 +2,15 @@
2
Changelog
3
===========
4
5
+.. _v3_22_1:
6
+
7
+3.22.1 (2022-01-25)
8
+-------------------
9
10
+- All commands now include example usage in their ``--help`` - see :ref:`cli_reference`. (:issue:`384`)
11
+- Python library documentation has a new :ref:`python_api_getting_started` section. (:issue:`387`)
12
+- Documentation now uses `Plausible analytics <https://plausible.io/>`__. (:issue:`389`)
13
14
.. _v3_22:
15
16
3.22 (2022-01-11)
setup.py
@@ -2,7 +2,7 @@
import io
import os
-VERSION = "3.22"
+VERSION = "3.22.1"
def get_long_description():
0 commit comments