Skip to content

Commit

Permalink
Bump to v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp authored Jun 18, 2021
1 parent 26f461b commit 2957564
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Change Log

Async PRAW follows `semantic versioning <http://semver.org/>`_.

Unreleased
----------
7.3.0 (2021/06/18)
------------------

**Added**

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

__version__ = "7.2.1.dev0"
__version__ = "7.3.0"

USER_AGENT_FORMAT = f"{{}} Async PRAW/{__version__}"

Expand Down

0 comments on commit 2957564

Please sign in to comment.