Skip to content

Commit ae8350b

Browse files
authored
Release: v0.4.5 (#381)
1 parent ad9b5ec commit ae8350b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
=========
44

5+
Version 0.4.5
6+
=============
7+
8+
* Feature: fetch messages from the Aleph smart contract on Ethereum and BSC.
9+
510
Version 0.4.4
611
=============
712

deployment/samples/docker-compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ volumes:
77
services:
88
pyaleph:
99
restart: always
10-
image: alephim/pyaleph-node:v0.4.4
10+
image: alephim/pyaleph-node:v0.4.5
1111
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
1212
ports:
1313
- "127.0.0.1:8000:8000/tcp"

deployment/samples/docker-monitoring/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ volumes:
99
services:
1010
pyaleph:
1111
restart: always
12-
image: alephim/pyaleph-node:v0.4.4
12+
image: alephim/pyaleph-node:v0.4.5
1313
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -vv
1414
ports:
1515
- "127.0.0.1:8000:8000/tcp"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,5 +293,5 @@
293293

294294

295295
rst_epilog = """
296-
.. |pyaleph_version| replace:: v0.4.4
296+
.. |pyaleph_version| replace:: v0.4.5
297297
"""

0 commit comments

Comments
 (0)