Skip to content

Commit

Permalink
Bump to version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
voussoir committed Jul 8, 2015
1 parent e87008a commit 3d0be7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ formatted links that link to the relevant place in the code overview.

.. begin_changelog_body
Unreleased
PRAW 3.1.0
----------
* **[BUGFIX]** Fixed method `get_random_submission` which failed to raise
the expected redirect exception.
Expand Down
2 changes: 1 addition & 1 deletion praw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
from warnings import warn_explicit


__version__ = '3.0.0'
__version__ = '3.1.0'

if os.environ.get('SERVER_SOFTWARE') is not None:
# Google App Engine information
Expand Down

0 comments on commit 3d0be7a

Please sign in to comment.