We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad588d commit aa7b8b9Copy full SHA for aa7b8b9
build.gradle
@@ -62,8 +62,8 @@ configurations {
62
63
allprojects {
64
group = 'org.jetbrains.lets-plot'
65
- version = "2.3.1-alpha1"
66
- project.ext.js_artifact_version = "2.3.1.dev1"
+ version = "2.3.0-rc2"
+ project.ext.js_artifact_version = "2.3.0rc2"
67
// see also: python-package/lets_plot/_version.py
68
69
// Generate JVM 1.8 bytecode
python-package/lets_plot/_version.py
@@ -3,4 +3,4 @@
3
# Use of this source code is governed by the MIT license that can be found in the LICENSE file.
4
#
5
# see: https://www.python.org/dev/peps/pep-0440/#developmental-releases
6
-__version__ = '2.3.1.dev1'
+__version__ = '2.3.0rc2'
0 commit comments