Skip to content

Commit

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

0.4.0 (2016-12-09)
------------------

**Changed**

* Prevent '(None)' from appearing in OAuthException message.

0.3.0 (2016-11-20)
------------------

**Added**

* * Add ``files`` parameter to ``Session.request`` to support image upload
* Add ``files`` parameter to ``Session.request`` to support image upload
operations.
* Add ``duration`` and ``implicit`` parameters to
``UntrustedAuthenticator.authorization_url`` so that the method also supports
Expand Down
2 changes: 1 addition & 1 deletion prawcore/const.py
@@ -1,6 +1,6 @@
"""Constants for the prawcore package."""

__version__ = '0.3.0'
__version__ = '0.4.0'

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

0 comments on commit afac50d

Please sign in to comment.