Skip to content

Commit

Permalink
Release for version 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Feb 21, 2024
1 parent 15ea681 commit e08767b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/sequentech/frestq.git@10.1.0
git+https://github.com/sequentech/frestq.git@10.2.0
requests==2.31.0
Flask==2.3.2
Flask-SQLAlchemy==2.5.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='election-orchestra',
version='10.1.0',
version='10.2.0',
author='Sequent Team',
author_email='legal@sequentech.io',
packages=find_packages(),
Expand All @@ -17,7 +17,7 @@
description='election orchestrator',
long_description=open('README.md').read(),
install_requires=[
'frestq @ git+https://github.com/sequentech/frestq.git@10.1.0',
'frestq @ git+https://github.com/sequentech/frestq.git@10.2.0',
'requests==2.31.0',
'Flask==2.3.2',
'Flask-SQLAlchemy==2.5.1',
Expand Down

0 comments on commit e08767b

Please sign in to comment.