Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] allow using upcoming saga release
  • Loading branch information
volaya committed Jan 21, 2015
1 parent dce7ef3 commit 678f1ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/plugins/processing/algs/saga/SagaAlgorithmProvider.py
Expand Up @@ -42,7 +42,9 @@ class SagaAlgorithmProvider(AlgorithmProvider):

supportedVersions = {"2.1.2": ("2.1.2", SagaAlgorithm212),
"2.1.3": ("2.1.3", SagaAlgorithm213),
"2.1.4": ("2.1.3", SagaAlgorithm214)}
"2.1.4": ("2.1.3", SagaAlgorithm214),
# to allow testing upcoming release
"2.2.0": ("2.1.3", SagaAlgorithm214)}

def __init__(self):
AlgorithmProvider.__init__(self)
Expand Down

0 comments on commit 678f1ab

Please sign in to comment.