Skip to content

Commit 688fede

Browse files
authored
Merge pull request #680 from maciejkula/github_actions
Bump version to 1.17.
2 parents 43798a6 + faac8b3 commit 688fede

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.17][2023-03-19]
44

55
### Fixed
66

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.16"
6+
__version__ = "1.17"
77

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

0 commit comments

Comments
 (0)