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 a901946 commit 0690bb7Copy full SHA for 0690bb7
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2021 Felix Hildén
+Copyright (c) 2021-2022 Felix Hildén
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/src/conf.py
@@ -12,7 +12,7 @@
12
13
project = "sphinx-codeautolink"
14
author = "Felix Hildén"
15
-copyright = "2021, Felix Hildén"
+copyright = "2021-2022, Felix Hildén"
16
version = Path(_package_root, "sphinx_codeautolink", "VERSION").read_text().strip()
17
release = version
18
0 commit comments