Skip to content

Commit 1c2f567

Browse files
authored
Merge pull request #845 from valory-xyz/chore/release
Chore: Release `v2.1.0rc4`
2 parents 67d1e46 + 1ca848f commit 1c2f567

File tree

18 files changed

+21
-21
lines changed

18 files changed

+21
-21
lines changed

aea/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__title__ = "open-aea"
2424
__description__ = "Open Autonomous Economic Agent framework (without vendor lock-in)"
2525
__url__ = "https://github.com/valory-xyz/open-aea.git"
26-
__version__ = "2.1.0rc3"
26+
__version__ = "2.1.0rc4"
2727
__author__ = "Valory AG"
2828
__license__ = "Apache-2.0"
2929
__copyright__ = "2021 Valory AG, 2019 Fetch.AI Limited"

deploy-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apk add --no-cache go
1616

1717
# aea installation
1818
RUN pip install --upgrade pip
19-
RUN pip install --upgrade --force-reinstall open-aea[all]==2.1.0rc3 "open-aea-cli-ipfs<3.0.0,>=2.1.0rc3"
19+
RUN pip install --upgrade --force-reinstall open-aea[all]==2.1.0rc4 "open-aea-cli-ipfs<3.0.0,>=2.1.0rc4"
2020

2121
# directories and aea cli config
2222
WORKDIR /home/agents

deploy-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The example uses the `fetchai/my_first_aea` project. You will likely want to mod
1111
Install subversion, then download the example directory to your local working directory
1212

1313
``` bash
14-
svn checkout https://github.com/valory-xyz/open-aea/tags/v2.1.0rc3/packages packages
14+
svn checkout https://github.com/valory-xyz/open-aea/tags/v2.1.0rc4/packages packages
1515
```
1616

1717
### Modify scripts

develop-image/docker-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Swap the following lines if you want to work with 'latest'
4-
DOCKER_IMAGE_TAG=valory/open-aea-develop:2.1.0rc3
4+
DOCKER_IMAGE_TAG=valory/open-aea-develop:2.1.0rc4
55
# DOCKER_IMAGE_TAG=valory/open-aea-develop:latest
66

77
DOCKER_BUILD_CONTEXT_DIR=..

examples/tac_deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apk add --no-cache go
1919

2020
# aea installation
2121
RUN python -m pip install --upgrade pip
22-
RUN pip install --upgrade --force-reinstall open-aea[all]==2.1.0rc3
22+
RUN pip install --upgrade --force-reinstall open-aea[all]==2.1.0rc4
2323

2424
# directories and aea cli config
2525
COPY /.aea /home/.aea

plugins/aea-cli-benchmark/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name="open-aea-cli-benchmark",
28-
version="2.1.0rc3",
28+
version="2.1.0rc4",
2929
author="Valory AG",
3030
license="Apache-2.0",
3131
description="CLI extension for AEA framework benchmarking.",

plugins/aea-cli-ipfs/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="open-aea-cli-ipfs",
29-
version="2.1.0rc3",
29+
version="2.1.0rc4",
3030
author="Valory AG",
3131
license="Apache-2.0",
3232
description="CLI extension for open AEA framework wrapping IPFS functionality.",

plugins/aea-ledger-cosmos/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name="open-aea-ledger-cosmos",
28-
version="2.1.0rc3",
28+
version="2.1.0rc4",
2929
author="Valory AG",
3030
license="Apache-2.0",
3131
description="Python package wrapping the public and private key cryptography and ledger api of Cosmos.",

plugins/aea-ledger-ethereum-flashbots/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name="open-aea-ledger-ethereum-flashbots",
27-
version="2.1.0rc3",
27+
version="2.1.0rc4",
2828
author="Valory AG",
2929
license="Apache-2.0",
3030
description="Python package extending the default open-aea ethereum ledger plugin to add support for flashbots.",

plugins/aea-ledger-ethereum-hwi/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name="open-aea-ledger-ethereum-hwi",
27-
version="2.1.0rc3",
27+
version="2.1.0rc4",
2828
author="Valory AG",
2929
license="Apache-2.0",
3030
description="Python package wrapping the public and private key cryptography and support for hardware wallet interactions.",
@@ -41,7 +41,7 @@
4141
"web3>=7.0.0,<8",
4242
"ipfshttpclient==0.8.0a2",
4343
"eth-account>=0.13.0,<0.14.0",
44-
"open-aea-ledger-ethereum~=2.1.0rc3",
44+
"open-aea-ledger-ethereum~=2.1.0rc4",
4545
"ledgerwallet==0.1.3",
4646
"protobuf<6,>=5",
4747
"construct<=2.10.61",

0 commit comments

Comments
 (0)