Skip to content

Commit

Permalink
Merge pull request praw-dev#1427 from jarhill0/bump-version
Browse files Browse the repository at this point in the history
Bump to version 7.0.0
  • Loading branch information
jarhill0 authored Apr 25, 2020
2 parents 9da2a13 + bd48b49 commit 2d8b78f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change Log
==========

Unreleased
----------
7.0.0 (2020/04/24)
------------------

**Added**

Expand Down Expand Up @@ -80,7 +80,7 @@ Unreleased

**Deprecated**

* :class:`.APIException` is deprecated and slotted for removal in PRAW 8.0.
* :class:`.APIException` is deprecated and slated for removal in PRAW 8.0.

**Fixed**

Expand Down
2 changes: 1 addition & 1 deletion praw/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""PRAW constants."""
from .endpoints import API_PATH # noqa: F401

__version__ = "7.0.0.dev0"
__version__ = "7.0.0"

USER_AGENT_FORMAT = "{} PRAW/" + __version__

Expand Down

0 comments on commit 2d8b78f

Please sign in to comment.