diff --git a/app/templates/base/footer.html b/app/templates/base/footer.html index b7229af..e73a9aa 100644 --- a/app/templates/base/footer.html +++ b/app/templates/base/footer.html @@ -6,7 +6,9 @@

- Copyright © 2015–{{ config.CURRENT_YEAR }} UAVCAN Consortium + Copyright © 2022–{{ config.CURRENT_YEAR }} OpenCyphal development team +
+ Copyright © 2015–2022 UAVCAN development team

This work is licensed under a diff --git a/app/templates/home/content-column.html b/app/templates/home/content-column.html index a8c874e..4afa15a 100644 --- a/app/templates/home/content-column.html +++ b/app/templates/home/content-column.html @@ -131,7 +131,7 @@

How do I use Cyphal?

Cyphal/UDP, Cyphal/CAN C++ Embedded (higher-level), application - Work in progress + Beta PyCyphal diff --git a/requirements.txt b/requirements.txt index 91f4873..cd0b8cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ Flask~=1.0 +MarkupSafe~=1.0 cachelib ~= 0.1 sentry-sdk[flask]~=0.6.9 diff --git a/specification/Cyphal_Specification.pdf b/specification/Cyphal_Specification.pdf index 9d60ee6..0f54ff2 100644 Binary files a/specification/Cyphal_Specification.pdf and b/specification/Cyphal_Specification.pdf differ