Skip to content

Commit f418557

Browse files
Updated version v4.10.1
1 parent 16e1b89 commit f418557

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
# [4.10.0] - 2026-05-20
8+
## [4.10.1] - 2026-05-20
9+
10+
### Fixed
11+
- facet_wrap(), error when `ncol` or `nrow` parameter not specified: 'ncol' must be positive, was null
12+
13+
## [4.10.0] - 2026-05-20
914

1015
### Added
1116

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ val letsPlotTaskGroup by extra { "lets-plot" }
4545

4646
allprojects {
4747
group = "org.jetbrains.lets-plot"
48-
version = "4.10.1-SNAPSHOT" // see also: python-package/lets_plot/_version.py
48+
version = "4.10.1" // see also: python-package/lets_plot/_version.py
4949
// version = "0.0.0-SNAPSHOT" // for local publishing only
5050

5151
// Generate JVM 1.8 bytecode

future_changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [4.10.1] - 2026-05-20
1+
## [4.10.2] - 2026-mm-dd
22

33
### Added
44

js-package/distr/lets-plot.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)