Skip to content

Commit 58f843e

Browse files
committed
Release 0.2.7
1 parent 583324b commit 58f843e

File tree

4 files changed

+290
-311
lines changed

4 files changed

+290
-311
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
# Link to other project's documentation (see mapping below)
4242
"sphinx.ext.intersphinx",
4343
"sphinx_gallery.gen_gallery",
44+
# for dropdown directive
4445
"sphinx_design",
4546
]
4647

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'fastcan',
33
'c', 'cython',
4-
version: '0.2.6',
4+
version: '0.2.7',
55
license: 'MIT',
66
meson_version: '>= 1.1.0',
77
default_options: [

0 commit comments

Comments
 (0)