Skip to content

Commit

Permalink
Fixed change log entries and bumped to 1.4.0.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Jul 3, 2020
1 parent f32f1fc commit 782a7f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ Change Log
asyncprawcore follows `semantic versioning <http://semver.org/>`_ with the
exception that deprecations will not be announced by a minor release.

1.4.0.post1 (2020-07-03)
------------------------

* Updated upto version 1.4.0 of prawcore
**Fixed**

* Documentation errors
* ``authorize_url`` will correctly return a ``str`` instead of ``yarl.URL()``.

1.4.0 (2020-06-20)
------------------

* Converted from ``requests`` to ``aiohttp`` for asynchronous operation
* Updated upto version 1.4.0 of prawcore
* Forked from `praw-dev/prawcore <https://github.com/praw-dev/prawcore>`_
2 changes: 1 addition & 1 deletion asyncprawcore/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Constants for the asyncprawcore package."""
import os

__version__ = "1.4.0"
__version__ = "1.4.0.post1"

ACCESS_TOKEN_PATH = "/api/v1/access_token"
AUTHORIZATION_PATH = "/api/v1/authorize"
Expand Down

0 comments on commit 782a7f5

Please sign in to comment.