Skip to content

Commit

Permalink
Docs up
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Jun 6, 2021
1 parent 9c66281 commit 84b084d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -352,7 +356,7 @@ Or use tox to check specific env:
.. code-block:: sh
tox -e py38
tox -e py39
Writing documentation
=====================
Expand Down

0 comments on commit 84b084d

Please sign in to comment.