From 68f2f7420396d9a836b6adb2591dd04551e95f66 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Mon, 2 Mar 2020 21:31:15 +0100 Subject: [PATCH] Added config option firefoxBinary --- CHANGELOG.rst | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 61035b9..ac45f0f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,8 @@ Changelog This changelog contains a list of versions with their respective high-level changes. +v0.3.6: + - specified firefox binary to prevent start up issues v0.3.5: - covered case where not all types of documents are available - added ort.txt in document output, contains the location of the session diff --git a/setup.py b/setup.py index 352f8d1..74dc826 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( author="Jim Martens", author_email="github@2martens.de", url="https://git.2martens.de/2martens/allris-scraper", - version="0.3.5", + version="0.3.6", namespace_packages=["twomartens"], packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), package_dir={'': 'src'},