Version 0.0.45
This commit is contained in:
@@ -2520,6 +2520,7 @@ blocklist = {
|
||||
'spambooger.com',
|
||||
'spambox.info',
|
||||
'spambox.irishspringrealty.com',
|
||||
'spambox.me',
|
||||
'spambox.org',
|
||||
'spambox.us',
|
||||
'spamcero.com',
|
||||
|
||||
2
setup.py
2
setup.py
@@ -4,7 +4,7 @@ from os import path
|
||||
|
||||
here = path.abspath(path.dirname(__file__))
|
||||
|
||||
__version__ = '0.0.44'
|
||||
__version__ = '0.0.45'
|
||||
|
||||
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
|
||||
long_description = f.read()
|
||||
|
||||
@@ -2344,6 +2344,7 @@ spambog.ru
|
||||
spambooger.com
|
||||
spambox.info
|
||||
spambox.irishspringrealty.com
|
||||
spambox.me
|
||||
spambox.org
|
||||
spambox.us
|
||||
spamcero.com
|
||||
|
||||
Reference in New Issue
Block a user