Skip to content

Commit

Permalink
Bump to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bboe committed Mar 12, 2017
1 parent c765b5a commit 772d2ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
Expand Up @@ -4,12 +4,12 @@ Change Log
prawcore follows `semantic versioning <http://semver.org/>`_ with the exception
that deprecations will not be announced by a minor release.

Unreleased
----------
0.9.0 (2017-03-11)
------------------

**Added**

* Add ``session`` parameter to Requestor to ease support of custom sessions
* Add ``session`` parameter to Requestor to ease support of custom sessions
(e.g. caching or mock ones).

0.8.0 (2017-01-29)
Expand Down
2 changes: 1 addition & 1 deletion prawcore/const.py
@@ -1,7 +1,7 @@
"""Constants for the prawcore package."""
import os

__version__ = '0.8.0'
__version__ = '0.9.0'

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

0 comments on commit 772d2ad

Please sign in to comment.