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 583324b commit 58f843eCopy full SHA for 58f843e
doc/conf.py
@@ -41,6 +41,7 @@
41
# Link to other project's documentation (see mapping below)
42
"sphinx.ext.intersphinx",
43
"sphinx_gallery.gen_gallery",
44
+ # for dropdown directive
45
"sphinx_design",
46
]
47
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'fastcan',
3
'c', 'cython',
4
- version: '0.2.6',
+ version: '0.2.7',
5
license: 'MIT',
6
meson_version: '>= 1.1.0',
7
default_options: [
0 commit comments