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 fa9582a commit f2ae77aCopy full SHA for f2ae77a
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2018-2023 The Pybricks Authors
+Copyright (c) 2018-2025 The Pybricks Authors
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
docs/conf.py
@@ -28,7 +28,7 @@
28
# -- Project information -----------------------------------------------------
29
30
project = _pyproject["project"]["name"]
31
-copyright = "2021, The Pybricks Authors"
+copyright = "2021-2025, The Pybricks Authors"
32
author = _pyproject["project"]["authors"][0]["name"]
33
release = f"v{_pyproject['project']['version']}"
34
version = re.match(r"(v\d+\.\d+)", release)[0]
0 commit comments