Skip to content

Commit 85da77d

Browse files
authored
Merge pull request #1526 from jarhill0/bump-version
Bump to version 7.1.0
2 parents ddf9e76 + 98ce830 commit 85da77d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Change Log
22
==========
33

4-
Unreleased
5-
----------
4+
7.1.0 (2020/06/22)
5+
------------------
66

77
**Added**
88

praw/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""PRAW constants."""
22
from .endpoints import API_PATH # noqa: F401
33

4-
__version__ = "7.0.1.dev0"
4+
__version__ = "7.1.0"
55

66
USER_AGENT_FORMAT = "{} PRAW/" + __version__
77

0 commit comments

Comments
 (0)