Skip to content

Commit 8a44ed5

Browse files
Merge pull request #32 from valory-xyz/bump/plugins-1.3.1
Bump plugins
2 parents 5417434 + cf54bd9 commit 8a44ed5

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release History - open AEA
22

3+
## Plugins patch (2022-01-05)
4+
5+
Plugins:
6+
- Fixes dynamic gas pricing on open-aea-ethereum
7+
- Improves daemon availability check in `IPFSDaemon` on open-aea-cli-ipfs
8+
- Bumps open-aea-cli-ipfs and open-aea-ethereum-ledger to `1.3.1`
9+
10+
Docs:
11+
- Removes reference to fetch.ai.
312
## 1.3.0 (2021-12-31)
413

514
AEA:

docs/vision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Our vision is that the AEA framework enables businesses of all sizes, from single independent developers to large corporations and consortiums, to create and deploy agent-based solutions in different domains, thus contributing to and advancing a decentralized agent economy as envisaged by Fetch.ai.
1+
Our vision is that the AEA framework enables businesses of all sizes, from single independent developers to large corporations and consortiums, to create and deploy agent-based solutions in different domains, thus contributing to and advancing a decentralized agent economy as envisaged by Valory.
22

33
## Open source technology for everyone
44

plugins/aea-cli-ipfs/setup.py

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

2929
setup(
3030
name="open-aea-cli-ipfs",
31-
version="1.3.0",
31+
version="1.3.1",
3232
author="Valory AG",
3333
license="Apache-2.0",
3434
description="CLI extension for open AEA framework wrapping IPFS functionality.",

plugins/aea-ledger-ethereum/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-ledger-ethereum",
29-
version="1.3.0",
29+
version="1.3.1",
3030
author="Valory AG",
3131
license="Apache-2.0",
3232
description="Python package wrapping the public and private key cryptography and ledger api of Ethereum.",

0 commit comments

Comments
 (0)