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 e37ead6 commit 7ef0454Copy full SHA for 7ef0454
helpers/rpc/renderer_rst.py
@@ -14,7 +14,7 @@
14
class RendererRst:
15
def __init__(self, output_dir):
16
self.output_dir = Path(output_dir)
17
- self.annotations = Annotations("annotations-bitcoin-0.18.json")
+ self.annotations = Annotations("annotations-bitcoin-0.21.json")
18
19
def add_version_note(self, page):
20
if "added" in self.annotation:
0 commit comments