Skip to content

Commit c7f0226

Browse files
committed
bump django dependency version from 3.1.7 to 3.2
1 parent 2be4fc2 commit c7f0226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

papermerge/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
BETA = 'beta'
1111
RC = 'rc'
1212

13-
VERSION = (2, 0, 0, FINAL, 0)
13+
VERSION = (2, 0, 1, FINAL, 0)
1414

1515

1616
def get_version(version=None):

0 commit comments

Comments
 (0)