Skip to content
Snippets Groups Projects

Silence loopy language warnings

Merged Matt Wala requested to merge squash-warnings-2 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -25,4 +25,4 @@ VERSION = (2016, 1)
VERSION_STATUS = "beta1"
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
KERNEL_VERSION = 25
KERNEL_VERSION = 26
Loading