There was an error while loading. Please reload this page.
1 parent 089930b commit bc93defCopy full SHA for bc93def
1 file changed
django/parse_m2/m2_parser.py
@@ -15,7 +15,7 @@
15
class M2FileParser():
16
# Parser version is saved on each file record.
17
# Increment this version for all updates to parser functionality.
18
- parser_version = "3.0"
+ parser_version = "3.1"
19
20
chunk_size = 2000 # TODO: determine a good number for this
21
any_non_whitespace = r'\S'
0 commit comments