Skip to content

Commit

Permalink
doc: fix changelog causing doc errors [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Mar 24, 2024
1 parent 2e4fe64 commit 749cf7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ changelog:
release-date: 25 March 2024
changes:
- fix: Migrate from ``yapf`` to ``ruff``.
- fix: Fix potential :py:`NameError` while modifying forecast unit or locale.
- fix: Fix potential :py:class:`NameError` while modifying forecast unit or locale.
- fix: Remove several unused imports.
- fix: Fix potential :py:`NameError`s on some typings.
- fix: Fix potential :py:class:`NameError` on some typings.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Changelog
| | | - 🟥 Rename ``Astronomy.moon_set`` to ``DailyForecast.moonset``. |
+---------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 2.0.1 | 25 March 2024 | - 🟦 Migrate from ``yapf`` to ``ruff``. |
| | | - 🟦 Fix potential :py:`NameError` while modifying forecast unit or locale. |
| | | - 🟦 Fix potential :py:class:`NameError` while modifying forecast unit or locale. |
| | | - 🟦 Remove several unused imports. |
| | | - 🟦 Fix potential :py:`NameError`s on some typings. |
| | | - 🟦 Fix potential :py:class:`NameError` on some typings. |
+---------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+

0 comments on commit 749cf7a

Please sign in to comment.