Skip to content

Commit d540f14

Browse files
authored
Release: v0.4.1 (#349)
1 parent c5f011b commit d540f14

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
=========
44

5-
Version 0.4.0
5+
Version 0.4.1
66
=============
77

88
* CCNs now use the Aleph.im P2P service for P2P communication instead of libp2p's P2P daemon.

deployment/docker-build/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ipfs:
3636
gateway_port: 8080
3737

3838
aleph:
39-
queue_topic: ALEPH-TEST
39+
queue_topic: ALEPH-QUEUE
4040

4141
p2p:
4242
host: 0.0.0.0

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.0
10+
image: alephim/pyaleph-node:v0.4.1
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-compose/sample-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ipfs:
3232
gateway_port: 8080
3333

3434
aleph:
35-
queue_topic: ALEPH-TEST
35+
queue_topic: ALEPH-QUEUE
3636

3737
p2p:
3838
daemon_host: p2p-service

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.0
12+
image: alephim/pyaleph-node:v0.4.1
1313
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -vv
1414
ports:
1515
- "127.0.0.1:8000:8000/tcp"

deployment/samples/docker-monitoring/sample-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ipfs:
3232
gateway_port: 8080
3333

3434
aleph:
35-
queue_topic: ALEPH-TEST
35+
queue_topic: ALEPH-QUEUE
3636

3737
p2p:
3838
daemon_host: p2p-service

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.0
296+
.. |pyaleph_version| replace:: v0.4.1
297297
"""

0 commit comments

Comments
 (0)