Skip to content

Commit

Permalink
Set version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Oct 10, 2022
1 parent 4eb2d25 commit 3a27e1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ How is this possible? The **Transaction Relay Service** acts as a proxy, paying
back due to the transaction architecture we use. It also enables the user to pay for ethereum transactions
using **ERC20 tokens**.

Docs
----
Docs are available on [Gnosis Docs](https://docs.gnosis.io/safe/docs/services_relay/)
You can open the diagrams explaining _Pre CREATE2_ deployment under `docs/` with [Staruml](http://staruml.io/)

Setup for development (using ganache)
-------------------------------------
This is the recommended configuration for developing and testing the Relay service. `docker-compose` is required for
Expand Down
2 changes: 1 addition & 1 deletion safe_relay_service/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.0.2"
__version__ = "4.1.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit 3a27e1c

Please sign in to comment.