We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794a82b commit b54abbaCopy full SHA for b54abba
conf.py
@@ -65,7 +65,7 @@
65
# The short X.Y version.
66
version = u''
67
# The full version, including alpha/beta/rc tags.
68
-release = u'3.2.3.0'
+release = u''
69
70
# The language for content autogenerated by Sphinx. Refer to documentation
71
# for a list of supported languages.
@@ -181,8 +181,8 @@ class ProcessLink(transforms.Transform):
181
default_priority = 1000
182
183
text_replacements = {
184
- "__GRR_VERSION__": "3.2.2.0",
185
- "__GRR_DEB_VERSION__": "3.2.2-0"
+ "__GRR_VERSION__": "3.2.3.0",
+ "__GRR_DEB_VERSION__": "3.2.3-0"
186
}
187
188
def find_replace(self, node):
0 commit comments