From 97fdda61d9596579e25ab4cf5847422c5d49f812 Mon Sep 17 00:00:00 2001 From: LilSpazJoekp Date: Fri, 5 Feb 2021 19:17:57 +0000 Subject: [PATCH] Bump to v7.1.3 --- CHANGES.rst | 4 ++-- praw/const.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ef5792ecb..56b8f795d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Change Log ========== -Unreleased ----------- +7.1.3 (2021/02/05) +------------------ **Changed** diff --git a/praw/const.py b/praw/const.py index 25f097356..6d15a265b 100644 --- a/praw/const.py +++ b/praw/const.py @@ -1,7 +1,7 @@ """PRAW constants.""" from .endpoints import API_PATH # noqa: F401 -__version__ = "7.1.3.dev0" +__version__ = "7.1.3" USER_AGENT_FORMAT = f"{{}} PRAW/{__version__}"