Skip to content

Commit

Permalink
updated version and changelog for 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpodolak committed Feb 20, 2022
1 parent 055f6f3 commit 540a67f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pmaw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
PMAW: Pushshift Multithread API Wrapper
"""
__version__ = '2.1.2'
__version__ = '2.1.3'
__author__ = 'Matthew Podolak'
__license__ = 'MIT'

Expand Down

0 comments on commit 540a67f

Please sign in to comment.