Skip to content

Commit 3a27e1c

Browse files
committed
Set version 4.1.0
1 parent 4eb2d25 commit 3a27e1c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ How is this possible? The **Transaction Relay Service** acts as a proxy, paying
99
back due to the transaction architecture we use. It also enables the user to pay for ethereum transactions
1010
using **ERC20 tokens**.
1111

12-
Docs
13-
----
14-
Docs are available on [Gnosis Docs](https://docs.gnosis.io/safe/docs/services_relay/)
15-
You can open the diagrams explaining _Pre CREATE2_ deployment under `docs/` with [Staruml](http://staruml.io/)
16-
1712
Setup for development (using ganache)
1813
-------------------------------------
1914
This is the recommended configuration for developing and testing the Relay service. `docker-compose` is required for

safe_relay_service/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.2"
1+
__version__ = "4.1.0"
22
__version_info__ = tuple(
33
[
44
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)