Skip to content

Commit a58fcbd

Browse files
committed
Bump version to 1.14.
1 parent 1fbb26e commit a58fcbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [unreleased][unreleased]
3+
## [1.14][2017-11-18]
44
### Added
55
- added additional input checks for non-normal inputs (NaNs, infinites) for features
66
- added additional input checks for non-normal inputs (NaNs, infinites) for interactions

lightfm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
except NameError:
44
from .lightfm import LightFM
55

6-
__version__ = '1.13'
6+
__version__ = '1.14'
77

88
__all__ = ['LightFM', 'datasets', 'evaluation']

0 commit comments

Comments
 (0)