We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a195c9 commit 0d83984Copy full SHA for 0d83984
2 files changed
CHANGELOG.md
@@ -22,6 +22,7 @@ v1.0.0 (in development)
22
- `eol_date()` now returns `None` for any known version whose EOL date is
23
unknown, whether it's EOL yet or not. Use `is_eol()` to determine whether
24
such a version has reached end-of-life.
25
+- Moved documentation from README file to a Read the Docs site
26
27
v0.4.0 (2021-10-03)
28
-------------------
docs/changelog.rst
@@ -32,6 +32,7 @@ v1.0.0 (in development)
32
whose EOL date is unknown, whether it's EOL yet or not. Use
33
`~CPythonVersionInfo.is_eol()` to determine whether such a version has
34
reached end-of-life.
35
36
37
38
0 commit comments