Console
- Re-version from "1.46" to "1.46.0"
- Updated
extract_targets.py
to be more robust and accurate #271 - Updated
base.txt
requirements, exceptpsycopg2-binary
, because of the error it generates: "AssertionError: database connection isn't set to UTC". See psycopg/psycopg2#1293 (comment) - Disabled auto reboot at the end of the console Ansible playbook.
Engine
- Aesthetic change only. Removed "f" in 2 print() statements since no variables needed to be converted to strings
- Re-version from "1.03" to "1.0.4" #272
- Re-built standalone
engine
binary and updatedengine/standalone_engine_binary.txt
hashes - Disabled auto reboot at the end of the engine Ansible playbook.
API Client
- moved
utility.py
functions intoscantron_api_client.py
to simplify #273 - Replaced space (" ") with "_" in some of the globally excluded target URL paths
- Re-version from "0.0.6" to "1.0.7"