From d8dc27d4f7b8315268de3ae1d1753dac8dfa3ae6 Mon Sep 17 00:00:00 2001 From: Cecilia Stevens <63068179+ceciliastevens@users.noreply.github.com> Date: Fri, 21 Mar 2025 11:49:59 -0400 Subject: [PATCH 1/5] add deprecation to docs index --- docs/index.md | 4 ++++ src/py42/__version__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 6c378a49..dcac7fe2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,6 +16,10 @@ methods ``` +```{eval-rst} +.. warning:: Incydr functionality in py42 is **deprecated**. Use the resources at https://developer.code42.com/ instead. +``` + [![license](https://img.shields.io/pypi/l/py42.svg)](https://pypi.org/project/py42/) [![versions](https://img.shields.io/pypi/pyversions/py42.svg)](https://pypi.org/project/py42/) diff --git a/src/py42/__version__.py b/src/py42/__version__.py index 0956e2c3..710769b0 100644 --- a/src/py42/__version__.py +++ b/src/py42/__version__.py @@ -1,3 +1,3 @@ # py42 -__version__ = "1.28.0" +__version__ = "1.28.1" From a1838e9dc676b3717e7c6ed516d579bcc41d1e63 Mon Sep 17 00:00:00 2001 From: Cecilia Stevens <63068179+ceciliastevens@users.noreply.github.com> Date: Fri, 21 Mar 2025 12:41:04 -0400 Subject: [PATCH 2/5] readthedocs update --- .readthedocs.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cc1c33d8..74f8d9c0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,18 @@ # Required version: 2 + +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # You can also specify other tool versions: + # nodejs: "20" + # rust: "1.70" + # golang: "1.20" + + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -13,10 +25,9 @@ sphinx: formats: all python: - version: 3.7 install: - method: pip path: . extra_requirements: - dev - - docs + - docs \ No newline at end of file From 6d85d5b217dc8eea93f2dd937dcdcad4f971028e Mon Sep 17 00:00:00 2001 From: Cecilia Stevens <63068179+ceciliastevens@users.noreply.github.com> Date: Fri, 21 Mar 2025 12:42:04 -0400 Subject: [PATCH 3/5] version bump --- src/py42/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/py42/__version__.py b/src/py42/__version__.py index 710769b0..a637d165 100644 --- a/src/py42/__version__.py +++ b/src/py42/__version__.py @@ -1,3 +1,3 @@ # py42 -__version__ = "1.28.1" +__version__ = "1.28.2" From 277891fef1be42a61536a14e2fb48f54888f73e3 Mon Sep 17 00:00:00 2001 From: Cecilia Stevens <63068179+ceciliastevens@users.noreply.github.com> Date: Fri, 21 Mar 2025 12:51:51 -0400 Subject: [PATCH 4/5] style --- .readthedocs.yaml | 2 +- src/py42/__version__.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 74f8d9c0..b11f5236 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -30,4 +30,4 @@ python: path: . extra_requirements: - dev - - docs \ No newline at end of file + - docs diff --git a/src/py42/__version__.py b/src/py42/__version__.py index 8d757f06..a637d165 100644 --- a/src/py42/__version__.py +++ b/src/py42/__version__.py @@ -1,4 +1,3 @@ # py42 __version__ = "1.28.2" - From 2e332be7fc3d190ec7cbfb485b3a6bb1e6d663e8 Mon Sep 17 00:00:00 2001 From: Cecilia Stevens <63068179+ceciliastevens@users.noreply.github.com> Date: Fri, 21 Mar 2025 13:29:32 -0400 Subject: [PATCH 5/5] version --- src/py42/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/py42/__version__.py b/src/py42/__version__.py index a637d165..710769b0 100644 --- a/src/py42/__version__.py +++ b/src/py42/__version__.py @@ -1,3 +1,3 @@ # py42 -__version__ = "1.28.2" +__version__ = "1.28.1"