Skip to content

Commit

Permalink
Bump version to 1.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejkula committed Nov 18, 2017
1 parent 1fbb26e commit a58fcbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
@@ -1,6 +1,6 @@
# Changelog

## [unreleased][unreleased]
## [1.14][2017-11-18]
### Added
- added additional input checks for non-normal inputs (NaNs, infinites) for features
- added additional input checks for non-normal inputs (NaNs, infinites) for interactions
Expand Down
2 changes: 1 addition & 1 deletion lightfm/__init__.py
Expand Up @@ -3,6 +3,6 @@
except NameError:
from .lightfm import LightFM

__version__ = '1.13'
__version__ = '1.14'

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

0 comments on commit a58fcbd

Please sign in to comment.