maintenance: bump project version to 1.40.0
All checks were successful
Tests / test (push) Successful in 1m30s
All checks were successful
Tests / test (push) Successful in 1m30s
maintenance: run tests in a virtual environment
This commit is contained in:
parent
3d7bb39504
commit
e37f82f036
@ -12,6 +12,7 @@ jobs:
|
||||
PIP_BREAK_SYSTEM_PACKAGES: 1
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Create virtual environment
|
||||
run: |
|
||||
python -m venv venv
|
||||
|
||||
@ -35,6 +35,14 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Version 1.39.0 - 2025-11-08
|
||||
|
||||
This release bumps the project version to 1.39.0. Tests are now run in a virtual environment for improved reliability.
|
||||
|
||||
**Changes:** 3 files, 16 lines
|
||||
**Languages:** Markdown (8 lines), TOML (2 lines), YAML (6 lines)
|
||||
|
||||
## Version 1.38.0 - 2025-11-08
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "rp"
|
||||
version = "1.38.0"
|
||||
version = "1.39.0"
|
||||
description = "R python edition. The ultimate autonomous AI CLI."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user