Skip to content

Commit

Permalink
Release: v0.4.6 (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans authored Mar 20, 2023
1 parent 9362237 commit df6bff9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

Version 0.4.6
=============

* Fix: use correct chain name in indexer messages.

Version 0.4.5
=============

Expand Down
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.4.5
image: alephim/pyaleph-node:v0.4.6
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
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.4.5
image: alephim/pyaleph-node:v0.4.6
command: --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.4.5
.. |pyaleph_version| replace:: v0.4.6
"""

0 comments on commit df6bff9

Please sign in to comment.