Skip to content

Commit

Permalink
Bump to version: 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
voussoir committed May 10, 2016
1 parent 3e0ffb9 commit eb7ac28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -10,8 +10,8 @@ upstream changes.
.. begin_changelog_body
Unreleased
----------
3.5.0 (2016-05-10)
------------------
* **[BUGFIX]** Prevent built-in method `dir` from causing RedditContentObjects
to perform web requests in Python 2.
* **[FEATURE]** Added support for thread locking. See
Expand Down
2 changes: 1 addition & 1 deletion praw/__init__.py
Expand Up @@ -50,7 +50,7 @@
from warnings import warn_explicit


__version__ = '3.4.0'
__version__ = '3.5.0'

MIN_PNG_SIZE = 67
MIN_JPEG_SIZE = 128
Expand Down

0 comments on commit eb7ac28

Please sign in to comment.