fix bug with seed redirects where scope change was applied too late to affect scoping of outlinks from the seed (with automated tests)

This commit is contained in:
Noah Levitt 2017-03-06 15:13:40 -08:00
parent 40bbbb3524
commit 242ff51ec7
5 changed files with 68 additions and 4 deletions

View file

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b9.dev198',
version='1.1b9.dev199',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',