Skip to content

Commit

Permalink
Use updated annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelius committed Feb 27, 2021
1 parent e37ead6 commit 7ef0454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/rpc/renderer_rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class RendererRst:
def __init__(self, output_dir):
self.output_dir = Path(output_dir)
self.annotations = Annotations("annotations-bitcoin-0.18.json")
self.annotations = Annotations("annotations-bitcoin-0.21.json")

def add_version_note(self, page):
if "added" in self.annotation:
Expand Down

0 comments on commit 7ef0454

Please sign in to comment.