Skip to content

Commit a88afc4

Browse files
add deprecation to docs index (#474)
1 parent f75b7f1 commit a88afc4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
methods
1717
```
1818

19+
```{eval-rst}
20+
.. warning:: Incydr functionality in py42 is **deprecated**. Use the resources at https://developer.code42.com/ instead.
21+
```
22+
1923

2024
[![license](https://img.shields.io/pypi/l/py42.svg)](https://pypi.org/project/py42/)
2125
[![versions](https://img.shields.io/pypi/pyversions/py42.svg)](https://pypi.org/project/py42/)

src/py42/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# py42
22

3-
__version__ = "1.28.0"
3+
__version__ = "1.28.1"

0 commit comments

Comments
 (0)