diff --git a/CHANGES.md b/CHANGES.md index a0e1323..17d955f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## 2.1.3 (2022/02/20) + +- Don't inherit from object in classes +- Removed logging configuration to prevent unexpected results for users + ## 2.1.2 (2022/01/07) - fix scenario where a result is reported but cannot be returned by Pushshift diff --git a/pmaw/__init__.py b/pmaw/__init__.py index b21ffa8..084a858 100644 --- a/pmaw/__init__.py +++ b/pmaw/__init__.py @@ -5,7 +5,7 @@ """ PMAW: Pushshift Multithread API Wrapper """ -__version__ = '2.1.2' +__version__ = '2.1.3' __author__ = 'Matthew Podolak' __license__ = 'MIT'