Skip to content

Commit 7ef0454

Browse files
committed
Use updated annotations
1 parent e37ead6 commit 7ef0454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/rpc/renderer_rst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class RendererRst:
1515
def __init__(self, output_dir):
1616
self.output_dir = Path(output_dir)
17-
self.annotations = Annotations("annotations-bitcoin-0.18.json")
17+
self.annotations = Annotations("annotations-bitcoin-0.21.json")
1818

1919
def add_version_note(self, page):
2020
if "added" in self.annotation:

0 commit comments

Comments
 (0)