Skip to content

Commit a10b28e

Browse files
authored
Merge pull request #419 from EducationalTestingService/release/1.5.2
SKLL Release 1.5.2
2 parents b036106 + 19de03e commit a10b28e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-recipe/skll/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: skll
3-
version: 1.5.1
3+
version: 1.5.2
44

55
source:
66
path: ../../../skll

skll/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
:organization: ETS
88
"""
99

10-
__version__ = '1.5.1'
10+
__version__ = '1.5.2'
1111
VERSION = tuple(int(x) for x in __version__.split('.'))

0 commit comments

Comments
 (0)