Skip to content

Commit 735a168

Browse files
authored
Set version 5.25.0
- Bump safe-eth-py
1 parent 1877c6b commit 735a168

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==6.2.0
3333
requests==2.32.4
34-
safe-eth-py[django]==7.5.1
34+
safe-eth-py[django]==7.6.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.24.1"
1+
__version__ = "5.25.0"
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)