From 0a5530cc579ef74de5a3b89e99e09969b64e8543 Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 7 Nov 2025 18:54:11 +0100 Subject: [PATCH] maintenance: update project version to 1.21.0 docs: update changelog with version 1.20.0 information --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6299f2a..022b6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,14 @@ + +## Version 1.20.0 - 2025-11-07 + +The project has been updated to version 1.20.0. This release includes updated documentation and version information. + +**Changes:** 2 files, 18 lines +**Languages:** Markdown (16 lines), TOML (2 lines) + ## Version 1.19.0 - 2025-11-07 This release updates the project's version number. No new features or changes are introduced for users or developers. diff --git a/pyproject.toml b/pyproject.toml index e1961a1..9731144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rp" -version = "1.18.0" +version = "1.20.0" description = "R python edition. The ultimate autonomous AI CLI." readme = "README.md" requires-python = ">=3.10"