feat: rename rp assistant to reetor's guide to modern python
Some checks failed
Tests / test (macos-latest, 3.10) (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (windows-latest, 3.10) (push) Waiting to run
Tests / test (windows-latest, 3.11) (push) Waiting to run
Tests / test (windows-latest, 3.12) (push) Waiting to run
Lint / lint (push) Failing after 23s
Tests / test (ubuntu-latest, 3.10) (push) Failing after 40s
Tests / test (ubuntu-latest, 3.11) (push) Failing after 42s
Tests / test (ubuntu-latest, 3.12) (push) Failing after 1m1s
Some checks failed
Tests / test (macos-latest, 3.10) (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (windows-latest, 3.10) (push) Waiting to run
Tests / test (windows-latest, 3.11) (push) Waiting to run
Tests / test (windows-latest, 3.12) (push) Waiting to run
Lint / lint (push) Failing after 23s
Tests / test (ubuntu-latest, 3.10) (push) Failing after 40s
Tests / test (ubuntu-latest, 3.11) (push) Failing after 42s
Tests / test (ubuntu-latest, 3.12) (push) Failing after 1m1s
feat: update readme with tutorial overview and version requirements docs: add python 3.13 modern features section to readme docs: add installation instructions to readme docs: add quick start guide to readme docs: add aiohttp fundamentals section to readme docs: add client sessions and connection management section to readme docs: update changelog with version 1.26.0 release notes
This commit is contained in:
parent
a6c276862e
commit
1f0444d8c1
@ -22,6 +22,14 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Version 1.26.0 - 2025-11-08
|
||||
|
||||
You can now scroll within the editor. The version number has been updated to 1.26.0.
|
||||
|
||||
**Changes:** 3 files, 77 lines
|
||||
**Languages:** Markdown (8 lines), Python (67 lines), TOML (2 lines)
|
||||
|
||||
## Version 1.25.0 - 2025-11-08
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "rp"
|
||||
version = "1.25.0"
|
||||
version = "1.26.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