Skip to content

Commit 402d2f0

Browse files
[python] version with encoding fix
1 parent b7608a2 commit 402d2f0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.8.3
4+
5+
- Fix encoding issue in `save()`
6+
37
## 2.8.2
48

59
- Add support to run r applications with plumber and shiny

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hal9"
3-
version = "2.8.2"
3+
version = "2.8.3"
44
description = ""
55
authors = ["Javier Luraschi <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)