From 7095635263014b37eda1179c5294f8773d9927e9 Mon Sep 17 00:00:00 2001 From: Emiliy Feldman Date: Wed, 24 Jul 2024 20:56:22 +0200 Subject: [PATCH] Release/1.17.1 (#2) --- changelog.md | 9 +++++++++ lightfm/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 334c756..c3a0155 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ # Changelog +## [1.17.1][2024-07-24] + +### Fixed + +- Installation no attribute `'__LIGHTFM_SETUP__'` error + + +# Releases below were made in the original repo + ## [1.17][2023-03-19] ### Fixed diff --git a/lightfm/version.py b/lightfm/version.py index ebb4d26..c7bbe49 100644 --- a/lightfm/version.py +++ b/lightfm/version.py @@ -1 +1 @@ -__version__ = "1.17" +__version__ = "1.17.1"