diff --git a/CHANGELOG.md b/CHANGELOG.md index bf77a00e..f24b5e5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The intended audience of this file is for py42 consumers -- as such, changes that don't affect how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here. -## Unreleased +## 1.19.0 - 2025-03-21 ### Deprecated diff --git a/docs/index.md b/docs/index.md index 51465879..c2899507 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,6 +16,10 @@ commands ``` +```{eval-rst} +.. warning:: Incydr functionality in the code42cli is **deprecated**. Use the resources at https://developer.code42.com/ instead. +``` + [![license](https://img.shields.io/pypi/l/code42cli.svg)](https://pypi.org/project/code42cli/) [![versions](https://img.shields.io/pypi/pyversions/code42cli.svg)](https://pypi.org/project/code42cli/) diff --git a/setup.py b/setup.py index 694c4a7e..06878080 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ "ipython>=7.16.3;python_version<'3.8'", "ipython>=8.10.0;python_version>='3.8'", "pandas>=1.1.3", - "py42>=1.27.2", + "py42>=1.28.0", "setuptools>=66.0.0", ], extras_require={ diff --git a/src/code42cli/__version__.py b/src/code42cli/__version__.py index 4a7bff54..d84d79d4 100644 --- a/src/code42cli/__version__.py +++ b/src/code42cli/__version__.py @@ -1 +1 @@ -__version__ = "1.18.1" +__version__ = "1.19.0"