Skip to content

Commit

Permalink
Updating conf.py for v3.4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbushkov committed May 19, 2021
1 parent 6b6287f commit 2b0e28d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

# General information about the project.
project = u'GRR'
copyright = u'2019, GRR team'
copyright = u'2021, GRR team'
author = u'GRR team'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -171,8 +171,8 @@ class ProcessLink(transforms.Transform):
default_priority = 1000

text_replacements = {
"__GRR_VERSION__": "3.4.2.4",
"__GRR_DEB_VERSION__": "3.4.2-4"
"__GRR_VERSION__": "3.4.3.1",
"__GRR_DEB_VERSION__": "3.4.3-1"
}

def find_replace(self, node):
Expand Down

0 comments on commit 2b0e28d

Please sign in to comment.