Skip to content

Commit 0a16525

Browse files
Updated version v1.4.1
1 parent 1fe025e commit 0a16525

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

build.gradle

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

5252
allprojects {
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 {

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__ = '1.4.1.dev1'
6+
__version__ = '1.4.1'

0 commit comments

Comments
 (0)