Downgrade correct cic-eth increment version

This commit is contained in:
nolash 2021-03-29 14:37:35 +02:00
parent 7684cd6aa1
commit 309392511a
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ version = (
0,
10,
1,
'rc.1',
'beta.1',
)
version_object = semver.VersionInfo(

View File

@ -8,7 +8,7 @@ betterpath==0.2.2
billiard==3.6.3.0
celery==4.4.7
cffi==1.14.3
cic-eth~=0.10.1rc1
cic-eth~=0.10.1b1
cic-notify~=0.4.0a3
cic-types~=0.1.0a8
click==7.1.2

View File

@ -58,7 +58,7 @@ USER grassroots
ARG pip_extra_index_url=https://pip.grassrootseconomics.net:8433
ARG cic_base_version=0.1.2a49
ARG cic_eth_version=0.10.1rc1
ARG cic_eth_version=0.10.1b1
ARG sarafu_faucet_version=0.0.2a13
ARG cic_contracts_version=0.0.2a2
RUN pip install --user --extra-index-url $pip_extra_index_url cic-base[full_graph]==$cic_base_version \

View File

@ -1,3 +1,3 @@
cic-base[full_graph]==0.1.2a40
cic-eth==0.10.1rc1
cic-eth==0.10.1b1
cic-types==0.1.0a8