Skip to content

Commit

Permalink
Merge pull request #1080 from jarhill0/jun-9-2019-release
Browse files Browse the repository at this point in the history
bump to 6.3.0 in preparation for release
  • Loading branch information
jarhill0 committed Jun 10, 2019
2 parents 28d4d5b + d484ab3 commit 9ac5797
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

Unreleased
6.3.0 (2019/06/09)
----------

**Added**
Expand Down
2 changes: 1 addition & 1 deletion praw/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .endpoints import API_PATH # noqa: F401

__version__ = "6.2.1dev0"
__version__ = "6.3.0"

USER_AGENT_FORMAT = "{} PRAW/" + __version__

Expand Down
2 changes: 1 addition & 1 deletion praw/util/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class cachedproperty(object):
The cache can be invalidated via `delattr()`, or by modifying `__dict__`
directly. It will be repopulated on next access.
*New in version |version|.*
*New in version 6.3.0.*
"""

def __init__(self, func, doc=None):
Expand Down

0 comments on commit 9ac5797

Please sign in to comment.