Skip to content

Commit b162fc9

Browse files
committed
Release candidate: v0.5.0-rc1
1 parent 11c4fd5 commit b162fc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ volumes:
88
services:
99
pyaleph:
1010
restart: always
11-
image: alephim/pyaleph-node:latest
11+
image: alephim/pyaleph-node:v0.5.0-rc1
1212
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
1313
ports:
1414
- "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
@@ -10,7 +10,7 @@ volumes:
1010
services:
1111
pyaleph:
1212
restart: always
13-
image: alephim/pyaleph-node:latest
13+
image: alephim/pyaleph-node:v0.5.0-rc1
1414
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
1515
ports:
1616
- "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.7
296+
.. |pyaleph_version| replace:: v0.5.0-rc1
297297
"""

0 commit comments

Comments
 (0)