Skip to content

Commit 54237f1

Browse files
committed
Add new deployment files to MANIFEST
We should include all deployment files. Maybe we should use more wildcards, but that could also mean that manually created files could accidentally get included.
1 parent 3d24a4a commit 54237f1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Documents changes that result in:
55
- API changes in the package (externally used constants, externally used utilities and scripts)
66
- important bug fixes between releases
77

8-
## [0.37.4]
8+
## [0.37.5]
99
- Add missing deployment files for the unstable deployment done in 0.37.2.
1010

1111
## [0.37.3]

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ include raiden_contracts/constants.py
44
include raiden_contracts/data*/contracts.json
55
include raiden_contracts/data*/deployment_kovan.json
66
include raiden_contracts/data*/deployment_goerli.json
7+
include raiden_contracts/data*/deployment_goerli_unstable.json
78
include raiden_contracts/data*/deployment_rinkeby.json
89
include raiden_contracts/data*/deployment_ropsten.json
910
include raiden_contracts/data*/deployment_mainnet.json
1011
include raiden_contracts/data*/deployment_services_kovan.json
1112
include raiden_contracts/data*/deployment_services_goerli.json
13+
include raiden_contracts/data*/deployment_services_goerli_unstable.json
1214
include raiden_contracts/data*/deployment_services_rinkeby.json
1315
include raiden_contracts/data*/deployment_services_ropsten.json
1416
include raiden_contracts/data*/deployment_services_mainnet.json

0 commit comments

Comments
 (0)