Skip to content

Commit

Permalink
Move data_0.25.2 into data_0.33.0
Browse files Browse the repository at this point in the history
The next PyPI package version will be 0.33.3 so moving
the contracts_version to 0.33.0.

This follows a new policy that's introduced in
raiden-network#1303

I chose the patch version 0 because the patch version in
contracts_version will always be zero (until they hit 1.0.0).

This closes raiden-network#1305.
  • Loading branch information
pirapira committed Oct 24, 2019
1 parent 08965c2 commit b6c4258
Show file tree
Hide file tree
Showing 31 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion raiden_contracts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from raiden_contracts.utils.type_aliases import ChainID

# Do not change this, this is handled by bumpversion with .bumpversion_contracts.cfg
CONTRACTS_VERSION = "0.25.2"
CONTRACTS_VERSION = "0.33.0"

PRECOMPILED_DATA_FIELDS = ["abi", "bin", "bin-runtime", "metadata"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7687,6 +7687,6 @@
"UserDeposit.sol": "08009c66d3c8a581908014e4de01dc5b4c36e753df8b41bf5a28d66b477fc0d7",
"Utils.sol": "c37282ebe7cae3a26a8bdb34c25f779202e99d95e09a68cae6b9e92199f10f32"
},
"contracts_version": "0.25.2",
"contracts_version": "0.33.0",
"overall_checksum": "0d6b0ea198b2c2cd8d029857840446e1e74e6db00ed8fb6227ca809580a9ac87"
}
File renamed without changes.

0 comments on commit b6c4258

Please sign in to comment.