diff --git a/source/conf.py b/source/conf.py index 0c7d4fe..fa6a3a3 100644 --- a/source/conf.py +++ b/source/conf.py @@ -53,7 +53,7 @@ # The short X.Y version. version = '0.8' # The full version, including alpha/beta/rc tags. -release = '0.8.2300' +release = '0.8.2302' rst_epilog = '.. |VERSION| replace:: %s' % release diff --git a/source/library/project-setup.rst b/source/library/project-setup.rst index 5c6a8e6..3b420de 100644 --- a/source/library/project-setup.rst +++ b/source/library/project-setup.rst @@ -22,7 +22,7 @@ Renjin's Script Engine as dependency to your project: org.renjin renjin-script-engine - 0.8.2300 + 0.8.2302 @@ -38,7 +38,7 @@ For this to work you will also need to add BeDataDriven's public repository to y -You can use ``RELEASE`` instead of ``0.8.2300`` in the project file to use the +You can use ``RELEASE`` instead of ``0.8.2302`` in the project file to use the very latest versions of the Renjin components. @@ -54,7 +54,7 @@ For projects organized with Gradle, add the following to your ``build.gradle`` f } dependencies { - compile "org.renjin:renjin-script-engine:0.8.2300"; + compile "org.renjin:renjin-script-engine:0.8.2302"; } See the `renjin-gradle-example`_ on GitHub for a complete example. @@ -79,7 +79,7 @@ Renjin's Script Engine: name := "renjin-test", version := "1.0", scalaVersion := "2.10.6", - libraryDependencies += "org.renjin" % "renjin-script-engine" % "0.8.2300" + libraryDependencies += "org.renjin" % "renjin-script-engine" % "0.8.2302" ) .. note:: @@ -102,7 +102,7 @@ through a point-and-click interface. If this isn't possible for whatever reason, you can download a single JAR file called: - renjin-script-engine-0.8.2300-jar-with-dependencies.jar + renjin-script-engine-0.8.2302-jar-with-dependencies.jar from the Renjin website and manually add this as a dependency in Eclipse. @@ -120,7 +120,7 @@ a specific ``module.xml`` file: - + @@ -151,7 +151,7 @@ to `spark-submit` or `dse spark-submit`. org.renjin renjin-script-engine - 0.8.2300 + 0.8.2302 diff --git a/source/writing-renjin-extensions.rst b/source/writing-renjin-extensions.rst index b29b55e..9d664ac 100644 --- a/source/writing-renjin-extensions.rst +++ b/source/writing-renjin-extensions.rst @@ -102,7 +102,7 @@ packages: UTF-8 - 0.8.2300 + 0.8.2302