Skip to content

Commit 2fcb567

Browse files
prep 1.19.0 release (#417)
* prep 1.19.0 release * bump py42 version
1 parent da3b249 commit 2fcb567

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
99
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
1010

11-
## Unreleased
11+
## 1.19.0 - 2025-03-21
1212

1313
### Deprecated
1414

docs/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
commands
1717
```
1818

19+
```{eval-rst}
20+
.. warning:: Incydr functionality in the code42cli is **deprecated**. Use the resources at https://developer.code42.com/ instead.
21+
```
22+
1923
[![license](https://img.shields.io/pypi/l/code42cli.svg)](https://pypi.org/project/code42cli/)
2024
[![versions](https://img.shields.io/pypi/pyversions/code42cli.svg)](https://pypi.org/project/code42cli/)
2125

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ipython>=7.16.3;python_version<'3.8'",
4141
"ipython>=8.10.0;python_version>='3.8'",
4242
"pandas>=1.1.3",
43-
"py42>=1.27.2",
43+
"py42>=1.28.0",
4444
"setuptools>=66.0.0",
4545
],
4646
extras_require={

src/code42cli/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.18.1"
1+
__version__ = "1.19.0"

0 commit comments

Comments
 (0)