Skip to content

Commit aa7b8b9

Browse files
Updated version v2.3.0rc2
1 parent 1ad588d commit aa7b8b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ configurations {
6262

6363
allprojects {
6464
group = 'org.jetbrains.lets-plot'
65-
version = "2.3.1-alpha1"
66-
project.ext.js_artifact_version = "2.3.1.dev1"
65+
version = "2.3.0-rc2"
66+
project.ext.js_artifact_version = "2.3.0rc2"
6767
// see also: python-package/lets_plot/_version.py
6868

6969
// Generate JVM 1.8 bytecode

python-package/lets_plot/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Use of this source code is governed by the MIT license that can be found in the LICENSE file.
44
#
55
# see: https://www.python.org/dev/peps/pep-0440/#developmental-releases
6-
__version__ = '2.3.1.dev1'
6+
__version__ = '2.3.0rc2'

0 commit comments

Comments
 (0)