From 402d2f06a68848f9d0e29495a7bbc5e59861abe4 Mon Sep 17 00:00:00 2001 From: Javier Luraschi Date: Tue, 10 Dec 2024 11:18:53 -0800 Subject: [PATCH] [python] version with encoding fix --- CHANGELOG.md | 4 ++++ python/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d08a3f7c..1c7bd217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.8.3 + +- Fix encoding issue in `save()` + ## 2.8.2 - Add support to run r applications with plumber and shiny diff --git a/python/pyproject.toml b/python/pyproject.toml index 30f7dc48..9e9aadbf 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hal9" -version = "2.8.2" +version = "2.8.3" description = "" authors = ["Javier Luraschi "] readme = "README.md"