Skip to content

Commit

Permalink
Bump to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 1, 2019
1 parent 4ebac07 commit 93d3336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions processing_r/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name=Processing R Provider
qgisMinimumVersion=3.4
description=A Processing provider for connecting to the R statistics framework
version=1.0.3
version=1.0.4
author=North Road
email=nyall@north-road.com

Expand All @@ -23,7 +23,7 @@ repository=https://github.com/north-road/qgis-processing-r
# Recommended items:

# Uncomment the following line and add your changelog:
changelog=1.0.3 Remove activation setting for provider (disable plugin instead!), fix memory layer handling, simpler example script
changelog=1.0.4 Resurrect ability to run on selected features only

# Tags are comma separated with spaces allowed
tags=python
Expand Down
2 changes: 1 addition & 1 deletion processing_r/r_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from qgis.core import QgsApplication
from qgis.gui import QgisInterface
from processing_r.processing.provider import RAlgorithmProvider
VERSION = '1.0.3'
VERSION = '1.0.4'


class RProviderPlugin:
Expand Down

0 comments on commit 93d3336

Please sign in to comment.