Skip to content

Commit bc93def

Browse files
committed
Increment parser version
1 parent 089930b commit bc93def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

django/parse_m2/m2_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class M2FileParser():
1616
# Parser version is saved on each file record.
1717
# Increment this version for all updates to parser functionality.
18-
parser_version = "3.0"
18+
parser_version = "3.1"
1919

2020
chunk_size = 2000 # TODO: determine a good number for this
2121
any_non_whitespace = r'\S'

0 commit comments

Comments
 (0)