From 84b084d3f8e0b8720ac82085f1fcfedf9b31bfe2 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Sun, 6 Jun 2021 21:23:47 +0200 Subject: [PATCH] Docs up --- docs/changelog.rst | 8 ++++++++ docs/index.rst | 6 +++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index bd223d4..ee1a01a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,6 +15,14 @@ are used for versioning (schema follows below): 0.3.4 to 0.4). - All backwards incompatible changes are mentioned in this document. +0.12.6 +------ +2021-06-05 + +- Move ``Registry`` class from ``tld.registry`` to ``tld.base``. +- Reformat code using ``black``. +- Log information on updated resources of the ``update_tld_names``. + 0.12.5 ------ 2021-01-11 diff --git a/docs/index.rst b/docs/index.rst index ba6caea..94fbfb2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,6 +19,10 @@ Optionally raises exceptions on non-existing TLDs or silently fails (if :target: http://travis-ci.org/barseghyanartur/tld :alt: Build Status +.. image:: https://readthedocs.org/projects/tld/badge/?version=latest + :target: http://tld.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status + .. image:: https://img.shields.io/badge/license-MPL--1.1%20OR%20GPL--2.0--only%20OR%20LGPL--2.1--or--later-blue.svg :target: https://github.com/barseghyanartur/tld/#License :alt: MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-or-later @@ -352,7 +356,7 @@ Or use tox to check specific env: .. code-block:: sh - tox -e py38 + tox -e py39 Writing documentation =====================