Skip to content

Commit

Permalink
[Release] Bump to 0.2.0 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans authored Feb 22, 2022
1 parent f445cad commit 11167b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/samples/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ volumes:
services:
pyaleph:
restart: always
image: alephim/pyaleph-node:v0.1.11-119-g637991f-alpha
image: alephim/pyaleph-node:v0.2.0
command: pyaleph --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -vv
ports:
- "127.0.0.1:8000:8000/tcp"
Expand Down
2 changes: 1 addition & 1 deletion deployment/samples/docker-monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ volumes:
services:
pyaleph:
restart: always
image: alephim/pyaleph-node:v0.1.11-119-g637991f-alpha
image: alephim/pyaleph-node:v0.2.0
command: pyaleph --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -vv
ports:
- "127.0.0.1:8000:8000/tcp"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,5 @@


rst_epilog = """
.. |pyaleph_version| replace:: v0.2.0-rc1
.. |pyaleph_version| replace:: v0.2.0
"""

0 comments on commit 11167b1

Please sign in to comment.