Skip to content

Commit b54abba

Browse files
committed
Update version vars in conf.py.
1 parent 794a82b commit b54abba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# The short X.Y version.
6666
version = u''
6767
# The full version, including alpha/beta/rc tags.
68-
release = u'3.2.3.0'
68+
release = u''
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.
@@ -181,8 +181,8 @@ class ProcessLink(transforms.Transform):
181181
default_priority = 1000
182182

183183
text_replacements = {
184-
"__GRR_VERSION__": "3.2.2.0",
185-
"__GRR_DEB_VERSION__": "3.2.2-0"
184+
"__GRR_VERSION__": "3.2.3.0",
185+
"__GRR_DEB_VERSION__": "3.2.3-0"
186186
}
187187

188188
def find_replace(self, node):

0 commit comments

Comments
 (0)