Skip to content

Commit

Permalink
Release for version 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed May 13, 2022
1 parent 64694f6 commit 0db063f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agora_results/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import uuid


VERSION = "5.1.0"
VERSION = "5.1.1"

DEFAULT_PIPELINE = dict(
version=VERSION,
Expand Down
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.5.55
requests==2.20.0
pytz==2021.3
Babel==2.9.1
-e git+https://github.com/agoravoting/agora-tally.git@5.1.0#egg=agora-tally
-e git+https://github.com/agoravoting/agora-tally.git@5.1.1#egg=agora-tally
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='agora-results',
version='5.1.0',
version='5.1.1',
author='Agora Voting SL',
author_email='contact@nvotes.com',
packages=['agora_results', 'agora_results.pipes'],
Expand All @@ -41,6 +41,6 @@ def run(self):
'requests==2.20.0',
'Babel==2.9.1',
'pytz==2021.3',
'agora-tally @ git+https://github.com/agoravoting/agora-tally.git@5.1.0'
'agora-tally @ git+https://github.com/agoravoting/agora-tally.git@5.1.1'
]
)

0 comments on commit 0db063f

Please sign in to comment.