From 5c7c53782f5c0f42211ad3b322bd9848aa508ff5 Mon Sep 17 00:00:00 2001 From: Findeton Date: Fri, 31 Jan 2025 12:24:17 -0500 Subject: [PATCH] Release for version 10.5.3 --- 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 b8fdc67..2b17142 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ reportlab==3.6.13 requests==2.31.0 pytz==2021.3 Babel==2.9.1 --e git+https://github.com/sequentech/tally-methods.git@10.5.2#egg=tally-methods +-e git+https://github.com/sequentech/tally-methods.git@10.5.3#egg=tally-methods diff --git a/setup.py b/setup.py index 9a67c79..ab8f3d7 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def run(self): setup( name='tally-pipes', - version='10.5.2', + version='10.5.3', author='Sequent Tech Inc', author_email='contact@sequentech.io', packages=['tally_pipes', 'tally_pipes.pipes'], @@ -41,6 +41,6 @@ def run(self): 'requests==2.31.0', 'Babel==2.9.1', 'pytz==2021.3', - 'tally-methods @ git+https://github.com/sequentech/tally-methods.git@10.5.2' + 'tally-methods @ git+https://github.com/sequentech/tally-methods.git@10.5.3' ] ) diff --git a/tally_pipes/main.py b/tally_pipes/main.py index 80bdf14..7aac2c8 100755 --- a/tally_pipes/main.py +++ b/tally_pipes/main.py @@ -27,7 +27,7 @@ import uuid -VERSION = "10.5.2" +VERSION = "10.5.3" DEFAULT_PIPELINE = dict( version=VERSION,