Skip to content

Commit

Permalink
Release for version 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Feb 21, 2023
1 parent 5f96133 commit d95cbac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1#egg=tally-methods
-e git+https://github.com/sequentech/tally-methods.git@7.2.0#egg=tally-methods
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run(self):

setup(
name='tally-pipes',
version='7.1.1',
version='7.2.0',
author='Sequent Tech Inc',
author_email='contact@sequentech.io',
packages=['tally_pipes', 'tally_pipes.pipes'],
Expand All @@ -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.1.1'
'tally-methods @ git+https://github.com/sequentech/tally-methods.git@7.2.0'
]
)
2 changes: 1 addition & 1 deletion tally_pipes/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import uuid


VERSION = "7.1.1"
VERSION = "7.2.0"

DEFAULT_PIPELINE = dict(
version=VERSION,
Expand Down

0 comments on commit d95cbac

Please sign in to comment.