Skip to content

Commit

Permalink
Bump version correctly
Browse files Browse the repository at this point in the history
Signed-off-by: LilSpazJoekp <[email protected]>
  • Loading branch information
LilSpazJoekp committed Jul 16, 2020
1 parent 1bc605c commit 07c1063
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Change Log
==========

7.1.0 (2020/07/15)
7.1.0.pre1 (2020/07/16)
------------------

* Initial Async PRAW Release.
* Initial Async PRAW pre release.


For changes in PRAW please see: `PRAW Changelog
Expand Down
4 changes: 2 additions & 2 deletions asyncpraw/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""PRAW constants."""
"""Async PRAW constants."""
from .endpoints import API_PATH # noqa: F401

__version__ = "7.1.1.dev0"
__version__ = "7.1.0.pre1"

USER_AGENT_FORMAT = "{} Async PRAW/" + __version__

Expand Down

0 comments on commit 07c1063

Please sign in to comment.