Skip to content

Commit cc1e5a5

Browse files
committed
binding folia tests to latest release
1 parent 702c0b2 commit cc1e5a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pynlpl/tests/folia.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
stderr = sys.stderr
3838
stdout = sys.stdout
3939

40-
#FOLIARELEASE = "v1.4.3.56"
41-
FOLIARELEASE = None #development version, do *NOT* release if this is set!
40+
FOLIARELEASE = "v1.5.0.57"
41+
#FOLIARELEASE = None #development version, do *NOT* release if this is set!
4242

4343
if os.path.exists('../../../FoLiA'):
4444
FOLIAPATH = '../../../FoLiA/'

0 commit comments

Comments
 (0)