From a110db8a371e2b7483a91cd9c38614caab9a8347 Mon Sep 17 00:00:00 2001 From: David Marx Date: Mon, 6 Aug 2018 00:03:46 -0700 Subject: [PATCH] Updated changelog and incremented version --- CHANGES.rst | 6 ++++++ psaw/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7585645..9a7a750 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Change Log ========== +0.0.5 (2018/08/05) +------------------ +* New parameter documentation added to README. +* Fixed bug with non-default sort. +* Fixed bug with using praw.Reddit instance with submission search. + 0.0.4 (2018/05/18) ------------------ diff --git a/psaw/__init__.py b/psaw/__init__.py index 5712926..e32ac51 100644 --- a/psaw/__init__.py +++ b/psaw/__init__.py @@ -6,4 +6,4 @@ https://github.com/dmarx/psaw from .PushshiftAPI import PushshiftAPI, PushshiftAPIMinimal -__version__ = '0.0.4' +__version__ = '0.0.5'