Skip to content

Commit 11167b1

Browse files
authored
[Release] Bump to 0.2.0 (#187)
1 parent f445cad commit 11167b1

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
@@ -7,7 +7,7 @@ volumes:
77
services:
88
pyaleph:
99
restart: always
10-
image: alephim/pyaleph-node:v0.1.11-119-g637991f-alpha
10+
image: alephim/pyaleph-node:v0.2.0
1111
command: pyaleph --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -vv
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.1.11-119-g637991f-alpha
12+
image: alephim/pyaleph-node:v0.2.0
1313
command: pyaleph --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.2.0-rc1
296+
.. |pyaleph_version| replace:: v0.2.0
297297
"""

0 commit comments

Comments
 (0)