From 7328b1c8bd584d475aaf9315a2e5b824130e8119 Mon Sep 17 00:00:00 2001 From: Findeton Date: Fri, 2 Dec 2022 11:32:07 -0500 Subject: [PATCH] Release for version 7.1.0 --- requirements.txt | 2 +- setup.py | 4 ++-- tally_pipes/main.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index b67fa4a..7bd3b95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ reportlab==3.6.11 requests==2.20.0 pytz==2021.3 Babel==2.9.1 --e git+https://github.com/sequentech/tally-methods.git@7.0.0-beta.1#egg=tally-methods +-e git+https://github.com/sequentech/tally-methods.git@7.1.0#egg=tally-methods diff --git a/setup.py b/setup.py index d58ebeb..c931611 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def run(self): setup( name='tally-pipes', - version='7.0.0-beta.1', + version='7.1.0', author='Sequent Tech Inc', author_email='contact@sequentech.io', packages=['tally_pipes', 'tally_pipes.pipes'], @@ -41,6 +41,6 @@ def run(self): 'requests==2.20.0', 'Babel==2.9.1', 'pytz==2021.3', - 'tally-methods @ git+https://github.com/sequentech/tally-methods.git@7.0.0-beta.1' + 'tally-methods @ git+https://github.com/sequentech/tally-methods.git@7.1.0' ] ) diff --git a/tally_pipes/main.py b/tally_pipes/main.py index 3205894..1765157 100755 --- a/tally_pipes/main.py +++ b/tally_pipes/main.py @@ -27,7 +27,7 @@ import uuid -VERSION = "7.0.0-beta.1" +VERSION = "7.1.0" DEFAULT_PIPELINE = dict( version=VERSION,