maintenance: bump project version to 0.18.0

maintenance: update changelog with release notes
This commit is contained in:
retoor 2025-11-07 18:52:15 +01:00
parent 389e5662ea
commit 3ef5da1ba2
2 changed files with 9 additions and 1 deletions

View File

@ -14,6 +14,14 @@
## Version 1.17.0 - 2025-11-07
This release updates the project's testing environment to support newer Python versions. It also bumps the version number to 1.17.0 and includes updated release notes.
**Changes:** 3 files, 14 lines
**Languages:** Markdown (8 lines), TOML (4 lines), YAML (2 lines)
## Version 1.16.0 - 2025-11-07
This release updates the software to version 1.16.0 and cleans up internal code for better maintainability. Tests have been updated to reflect internal changes, ensuring continued functionality.

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "rp"
version = "1.16.0"
version = "1.17.0"
description = "R python edition. The ultimate autonomous AI CLI."
readme = "README.md"
requires-python = ">=3.10"