Skip to content

Commit 84b7ad6

Browse files
authored
Merge pull request #122 from us-irs/prep-v0.30.1
prepare v0.30.1
2 parents c676d92 + 4abd141 commit 84b7ad6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
intersphinx_mapping = {
6464
"python": ("https://docs.python.org/3", None),
6565
"crc": ("https://nicoretti.github.io/crc/", None),
66+
"fastcrc": ("https://fastcrc.readthedocs.io/en/latest/", None),
6667
}
6768

6869
# -- Options for HTML output -------------------------------------------------

release-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The steps shown here are for Ubuntu/MacOS.
1111
2. Bump version inside the `pyproject.toml` file.
1212
3. Update `CHANGELOG.md`: Convert `unreleased` section into version section
1313
with date and new `unreleased`section.
14-
4. Run tests with `pytest .`
14+
4. Run tests with `pytest`
1515
5. Run auto-formatter with `ruff format .`
1616
6. Run linter with `ruff check .`
1717
7. Wait for CI/CD results. This also runs the tests on different operating systems

0 commit comments

Comments
 (0)