Skip to content

Commit

Permalink
Set version 4.27.0 (#1719)
Browse files Browse the repository at this point in the history
* Bump safe-eth-py to v6.0.0b4
  • Loading branch information
Uxio0 authored Oct 25, 2023
1 parent f864e43 commit f4635de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ psycogreen==1.0.2
psycopg2==2.9.9
redis==5.0.1
requests==2.31.0
safe-eth-py[django]==6.0.0b3
safe-eth-py[django]==6.0.0b4
web3==6.11.1
2 changes: 1 addition & 1 deletion safe_transaction_service/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.26.1"
__version__ = "4.27.0"
__version_info__ = tuple(
int(num) if num.isdigit() else num
for num in __version__.replace("-", ".", 1).split(".")
Expand Down
4 changes: 2 additions & 2 deletions safe_transaction_service/history/tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,8 @@ def test_setup_service_mainnet(self):
last_proxy_factory.tx_block_number, last_proxy_factory_initial_block
)

# At May 2023 we support 9 Master Copies, 2 L2 Master Copies and 5 Proxy Factories
self.assertEqual(SafeMasterCopy.objects.count(), 9)
# At May 2023 we support 10 Master Copies, 2 L2 Master Copies and 5 Proxy Factories
self.assertEqual(SafeMasterCopy.objects.count(), 10)
self.assertEqual(SafeMasterCopy.objects.l2().count(), 2)
self.assertEqual(ProxyFactory.objects.count(), 5)

Expand Down

0 comments on commit f4635de

Please sign in to comment.