Skip to content

Commit c345414

Browse files
authored
Merge pull request #95 from soxoj/0.0.21
Bump to 0.0.21
2 parents 0e5f7d4 + e3f1b84 commit c345414

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.21] - 2021-05-31
6+
* added ICQ, Pastebin, Periscope, Paypal, Imgur API
7+
* improved Google Docs extractors
8+
* fixed Yandex service processing
9+
* added cookiejar support
10+
511
## [0.0.20] - 2021-05-15
612
* fixed email-to-username postprocessor bug
713
* added yandex-username-to-email postprocessor

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.20',
11+
version='0.0.21',
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.20'
3+
__version__ = '0.0.21'
44
__title__ = 'socid_extractor'
55
__package__ = 'socid_extractor'
66
__author__ = 'soxoj'

0 commit comments

Comments
 (0)