Skip to content

Commit

Permalink
Merge pull request #102 from soxoj/0.0.22
Browse files Browse the repository at this point in the history
Bump to 0.0.22
  • Loading branch information
soxoj authored Jun 23, 2021
2 parents 99521ab + c4791c0 commit 6ab7664
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.0.22] - 2021-06-23
* added Tinder, Disqus API and ifunny.co
* fixed Twitter scraping from CLI
* extended My.Mail.ru extractor
* improved tests

## [0.0.21] - 2021-05-31
* added ICQ, Pastebin, Periscope, Paypal, Imgur API
* improved Google Docs extractors
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = fh.read()

setup(name='socid-extractor',
version='0.0.21',
version='0.0.22',
description='Extract accounts\' identifiers from personal pages on various platforms',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion socid_extractor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .main import extract, parse, parse_cookies, mutate_url

__version__ = '0.0.21'
__version__ = '0.0.22'
__title__ = 'socid_extractor'
__package__ = 'socid_extractor'
__author__ = 'soxoj'
Expand Down

0 comments on commit 6ab7664

Please sign in to comment.