We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d1dc1 commit fc6c3d9Copy full SHA for fc6c3d9
CHANGES
@@ -8,6 +8,24 @@ To install the unreleased gp-libs version, see [developmental releases](https://
8
$ pip install --user --upgrade --pre gp-libs
9
```
10
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
29
### Packaging
30
31
- Move pytest configuration to `pyproject.toml` (#24)
0 commit comments