Skip to content

Commit

Permalink
Bump minimum version of prawcore
Browse files Browse the repository at this point in the history
Strictly speaking, this minimum version bump isn't necessary, however, I want
to ensure if people update PRAW that they also pull in the latest prawcore.
  • Loading branch information
bboe committed Feb 5, 2019
1 parent 754b7d9 commit 4d0820c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,13 @@
Change Log
==========

Unreleased
----------

**Other**

* Bumped minimum prawcore version to 1.0.1.

6.1.1 (2019/01/29)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -36,7 +36,7 @@
description=('PRAW, an acronym for `Python Reddit API Wrapper`, is a '
'python package that allows for simple access to '
'reddit\'s API.'),
install_requires=['prawcore >=1.0.0, <2.0',
install_requires=['prawcore >=1.0.1, <2.0',
'update_checker >=0.16',
'websocket-client >=0.54.0'],
keywords='reddit api wrapper',
Expand Down

0 comments on commit 4d0820c

Please sign in to comment.