Skip to content

Commit fc6c3d9

Browse files
committed
docs(CHANGES): Note updates
1 parent a1d1dc1 commit fc6c3d9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGES

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ To install the unreleased gp-libs version, see [developmental releases](https://
88
$ pip install --user --upgrade --pre gp-libs
99
```
1010

11+
## gp-libs 0.0.3 (unreleased)
12+
13+
### Fixes
14+
15+
#### doctest_docutils
16+
17+
- `_from_module`: Backport {func}`functools.cached_property` support (#25)
18+
19+
#### pytest_doctest_docutils
20+
21+
- `pytest_collect_file`: Typing fix (#25)
22+
23+
### Development
24+
25+
- Use `import typing as t` everywhere (#25)
26+
27+
See also: <https://github.com/pytest-dev/pytest/pull/11317>
28+
1129
### Packaging
1230

1331
- Move pytest configuration to `pyproject.toml` (#24)

0 commit comments

Comments
 (0)