Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ezdac/raiden
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: raiden-network/raiden
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Able to merge. These branches can be automatically merged.
Loading
Showing 358 changed files with 13,651 additions and 13,001 deletions.
4 changes: 2 additions & 2 deletions .bumpversion_client.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
current_version = 1.2.0
commit = True
current_version = 3.0.1
commit = False
tag = False

[bumpversion:file:docs/conf.py]
2 changes: 1 addition & 1 deletion .circleci/conditional_skip.sh
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ if [[ -n ${CIRCLE_TAG} ]]; then
fi

# shellcheck disable=SC2154
if [[ -z ${CIRCLE_PR_NUMBER} ]]; then
if [[ -z ${CIRCLE_PULL_REQUEST} ]]; then
# Not a PR, also never skip
echo "Not a PR, not skipping build"
exit 0
Loading