Skip to content

Commit f931fc0

Browse files
authored
Set version 5.24.1 (#2538)
- Support Katana contracts - Set version 5.24.1
1 parent ac49e26 commit f931fc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ psycogreen==1.0.2
3131
psycopg[binary]==3.2.9
3232
redis==5.2.1
3333
requests==2.32.3
34-
safe-eth-py[django]==7.5.0
34+
safe-eth-py[django]==7.5.1
3535
web3==7.9.0

safe_transaction_service/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "5.23.1"
1+
__version__ = "5.24.1"
22
__version_info__ = tuple(
33
int(num) if num.isdigit() else num
44
for num in __version__.replace("-", ".", 1).split(".")

0 commit comments

Comments
 (0)