Compare commits

..

2 Commits

Author SHA1 Message Date
84400b53c4 Updated year to 2026
Some checks failed
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 24s
Test with tox / Test with tox (3.11) (pull_request) Successful in 14m50s
Build Project / Build Project (3.10) (pull_request) Successful in 17m40s
Test with tox / Test with tox (3.10) (pull_request) Failing after 17m42s
Build Project / Build Project (3.11) (pull_request) Successful in 18m12s
Build Project / Build Project (3.12) (pull_request) Successful in 18m10s
Test with tox / Test with tox (3.12) (pull_request) Successful in 18m49s
2026-05-12 14:44:24 -04:00
98037a0d16 Bump version to 0.1.6 2026-05-12 14:40:17 -04:00
3 changed files with 3 additions and 3 deletions

View File

@ -185,7 +185,7 @@ RIA Toolkit OSS is developed and maintained by [Qoherent](https://qoherent.ai/),
If you are doing research with RIA Toolkit OSS, please cite the project: If you are doing research with RIA Toolkit OSS, please cite the project:
``` ```
[1] Qoherent Inc., "Radio Intelligence Apps Toolkit OSS," 2025. [Online]. Available: https://riahub.ai/qoherent/ria-toolkit-oss [1] Qoherent Inc., "Radio Intelligence Apps Toolkit OSS," 2026. [Online]. Available: https://riahub.ai/qoherent/ria-toolkit-oss
``` ```
If you like what we're doing, don't forget to give the project a star! ⭐ If you like what we're doing, don't forget to give the project a star! ⭐

View File

@ -14,7 +14,7 @@ sys.path.insert(0, os.path.abspath(os.path.join('..', '..')))
project = 'ria-toolkit-oss' project = 'ria-toolkit-oss'
copyright = '2026, Qoherent Inc' copyright = '2026, Qoherent Inc'
author = 'Qoherent Inc.' author = 'Qoherent Inc.'
release = '0.1.5' release = '0.1.6'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

View File

@ -1,6 +1,6 @@
[project] [project]
name = "ria-toolkit-oss" name = "ria-toolkit-oss"
version = "0.1.5" version = "0.1.6"
description = "An open-source version of the RIA Toolkit, including the fundamental tools to get started developing, testing, and deploying radio intelligence applications" description = "An open-source version of the RIA Toolkit, including the fundamental tools to get started developing, testing, and deploying radio intelligence applications"
license = { text = "AGPL-3.0-only" } license = { text = "AGPL-3.0-only" }
readme = "README.md" readme = "README.md"