Skip to content

Commit 17cce81

Browse files
committed
update patch version
1 parent 35f8a80 commit 17cce81

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ v1.24
1010
- Add ``remove_import_hook``, rename ``install_import_hook`` to ``add_import_hook`` (`#356 <https://github.com/OpenCyphal/pycyphal/pull/356>`_)
1111
- Choose the type width based on elements in the source array (`#358 <https://github.com/OpenCyphal/pycyphal/pull/358>`_)
1212

13+
- **v1.24.1:**
14+
15+
- Install Graphviz 13.x.
16+
See (`#363 <https://github.com/OpenCyphal/pycyphal/pull/363>`_)
17+
18+
1319
v1.23
1420
-----
1521

pycyphal/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.24"
1+
__version__ = "1.24.1"

0 commit comments

Comments
 (0)