Skip to content

Commit

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

Unreleased
----------
0.8.0 (2017-01-29)
------------------

**Added**

Expand All @@ -16,7 +16,7 @@ Unreleased

* Avoid modifying passed in ``data`` and ``params`` to ``Session.request``.

0.7.0 (2016-01-16)
0.7.0 (2017-01-16)
------------------

**Added**
Expand Down
2 changes: 1 addition & 1 deletion prawcore/const.py
@@ -1,7 +1,7 @@
"""Constants for the prawcore package."""
import os

__version__ = '0.7.0'
__version__ = '0.8.0'

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

0 comments on commit 003ccc1

Please sign in to comment.