From a8a1a53c7c8614a7e003af6a52b886b44b91009f Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Mon, 18 May 2020 09:25:04 -0400 Subject: [PATCH] accrual: Nicer whitespace in outgoing report. --- conservancy_beancount/reports/accrual.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conservancy_beancount/reports/accrual.py b/conservancy_beancount/reports/accrual.py index 00ccd31..bbd9b68 100644 --- a/conservancy_beancount/reports/accrual.py +++ b/conservancy_beancount/reports/accrual.py @@ -241,7 +241,7 @@ def outgoing_report(groups: PostGroups, f"PAYMENT TO: {ticket.get('CF.{payment-to}') or requestor_name}", f"PAYMENT METHOD: {ticket.get('CF.{payment-method}', '')}", f"PROJECT: {', '.join(projects)}", - "\nBEANCOUNT ENTRIES:", + "\nBEANCOUNT ENTRIES:\n", sep='\n', file=out_file, ) diff --git a/setup.py b/setup.py index f530ac7..5a44c34 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup( name='conservancy_beancount', description="Plugin, library, and reports for reading Conservancy's books", - version='1.0.1', + version='1.0.2', author='Software Freedom Conservancy', author_email='info@sfconservancy.org', license='GNU AGPLv3+',