From 0b8821191b961d30b1fed9bce877e53ca4a58a46 Mon Sep 17 00:00:00 2001 From: James Morris Date: Fri, 18 Sep 2020 17:48:59 -0400 Subject: [PATCH] Changed docs badge --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7752371..d539610 100644 --- a/README.rst +++ b/README.rst @@ -13,8 +13,8 @@ PGPy: Pretty Good Privacy for Python :target: https://coveralls.io/github/SecurityInnovation/PGPy?branch=master :alt: Coveralls -.. image:: https://readthedocs.org/projects/pgpy/badge/?version=stable - :target: https://pgpy.readthedocs.io/en/stable/?badge=stable +.. image:: https://readthedocs.org/projects/pgpy/badge/?version=latest + :target: https://pgpy.readthedocs.io/en/stable/?badge=latest :alt: Documentation Status `PGPy` is a Python (2 and 3) library for implementing Pretty Good Privacy into Python programs, conforming to the OpenPGP specification per RFC 4880.