setup: New release for pdfforms tools.

This commit is contained in:
Brett Smith 2021-01-09 10:11:56 -05:00
parent b074edc538
commit 188063cbb7
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
The conservancy_beancount package and associated tests: The conservancy_beancount package and associated tests:
Copyright © 2020 Brett Smith Copyright © 2020, 2021 Brett Smith
Copyright © 2020 Martin Michlmayr <tbm@cyrius.com> Copyright © 2020 Martin Michlmayr <tbm@cyrius.com>
Copyright © 2020 Bradley M. Kuhn Copyright © 2020 Bradley M. Kuhn

View file

@ -38,4 +38,4 @@ This is expected to pass just like the unit tests.
Legal Legal
----- -----
Copyright © 2020 Brett Smith and others. Licensed under the GNU Affero General Public License, either version 3 of the License, or (at your option) any later version; with an additional permission. Refer to ``LICENSE.txt`` for details. Copyright © 2020, 2021 Brett Smith and others. Licensed under the GNU Affero General Public License, either version 3 of the License, or (at your option) any later version; with an additional permission. Refer to ``LICENSE.txt`` for details.

View file

@ -1,7 +1,7 @@
"""cliutil - Utilities for CLI tools""" """cliutil - Utilities for CLI tools"""
PKGNAME = 'conservancy_beancount' PKGNAME = 'conservancy_beancount'
LICENSE = """ LICENSE = """
Copyright © 2020 Brett Smith and other contributors Copyright © 2020, 2021 Brett Smith and other contributors
This program is free software: you can redistribute it and/or modify it. This program is free software: you can redistribute it and/or modify it.
Refer to the LICENSE.txt that came with the software for details. Refer to the LICENSE.txt that came with the software for details.

View file

@ -5,7 +5,7 @@ from setuptools import setup
setup( setup(
name='conservancy_beancount', name='conservancy_beancount',
description="Plugin, library, and reports for reading Conservancy's books", description="Plugin, library, and reports for reading Conservancy's books",
version='1.14.3', version='1.15.0',
author='Software Freedom Conservancy', author='Software Freedom Conservancy',
author_email='info@sfconservancy.org', author_email='info@sfconservancy.org',
license='GNU AGPLv3+', license='GNU AGPLv3+',