Skip to content

Commit

Permalink
Bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 23, 2019
1 parent 60e6c2b commit e8e1d3e
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.2
version=1.0.3
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.2 Fix vector paths under windows
changelog=1.0.3 Remove activation setting for provider (disable plugin instead!), fix memory layer handling, simpler example script

# 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.2'
VERSION = '1.0.3'


class RProviderPlugin:
Expand Down

0 comments on commit e8e1d3e

Please sign in to comment.