Skip to content

Commit

Permalink
Merge pull request #95 from soxoj/0.0.21
Browse files Browse the repository at this point in the history
Bump to 0.0.21
  • Loading branch information
soxoj authored May 31, 2021
2 parents 0e5f7d4 + e3f1b84 commit c345414
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.21] - 2021-05-31
* added ICQ, Pastebin, Periscope, Paypal, Imgur API
* improved Google Docs extractors
* fixed Yandex service processing
* added cookiejar support

## [0.0.20] - 2021-05-15
* fixed email-to-username postprocessor bug
* added yandex-username-to-email postprocessor
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.20',
version='0.0.21',
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.20'
__version__ = '0.0.21'
__title__ = 'socid_extractor'
__package__ = 'socid_extractor'
__author__ = 'soxoj'
Expand Down

0 comments on commit c345414

Please sign in to comment.