File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88## [ Unreleased]
99 - corner tooltips.
1010 - sampling for LOESS smoothing method.
11+
12+ ## [ 1.4.1] - 2020-05-20
13+ ### Added
14+ - PyCharm support
1115
1216## [ 1.4.0] - 2020-05-13
1317### Added
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ configurations {
5151
5252allprojects {
5353 group = ' org.jetbrains.lets-plot'
54- version = " 1.4.1-SNAPSHOT "
55- project. ext. js_artifact_version = " 1.4.1.dev1 "
54+ version = " 1.4.1"
55+ project. ext. js_artifact_version = " 1.4.1"
5656 // see also: python-package/lets_plot/_version.py
5757
5858 repositories {
Original file line number Diff line number Diff line change 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__ = '1.4.1.dev1 '
6+ __version__ = '1.4.1'
You can’t perform that action at this time.
0 commit comments