Skip to content

Commit

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

Unreleased
----------
0.0.7 (2016-03-18)
------------------

**Added**

* Added ``data`` parameter to ``Session.request``.

0.0.6 (2016-03-14)
------------------

**Fixed**

Expand Down
2 changes: 1 addition & 1 deletion prawcore/const.py
@@ -1,6 +1,6 @@
"""Constants for the prawcore package."""

__version__ = '0.0.6'
__version__ = '0.0.7'

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

0 comments on commit e26b9e5

Please sign in to comment.