Skip to content

Commit 6ab7664

Browse files
authored
Merge pull request #102 from soxoj/0.0.22
Bump to 0.0.22
2 parents 99521ab + c4791c0 commit 6ab7664

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [0.0.22] - 2021-06-23
6+
* added Tinder, Disqus API and ifunny.co
7+
* fixed Twitter scraping from CLI
8+
* extended My.Mail.ru extractor
9+
* improved tests
10+
511
## [0.0.21] - 2021-05-31
612
* added ICQ, Pastebin, Periscope, Paypal, Imgur API
713
* improved Google Docs extractors

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = fh.read()
99

1010
setup(name='socid-extractor',
11-
version='0.0.21',
11+
version='0.0.22',
1212
description='Extract accounts\' identifiers from personal pages on various platforms',
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",

socid_extractor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .main import extract, parse, parse_cookies, mutate_url
22

3-
__version__ = '0.0.21'
3+
__version__ = '0.0.22'
44
__title__ = 'socid_extractor'
55
__package__ = 'socid_extractor'
66
__author__ = 'soxoj'

0 commit comments

Comments
 (0)