From 4e94b64f51a47833d15674f529e67b592d7cd261 Mon Sep 17 00:00:00 2001 From: Daria <93913290+blondered@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:34:14 +0300 Subject: [PATCH] release/0.5.0 (#116) --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- rectools/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd55a2b..0aa48912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.5.0] - 22.03.2024 ### Added - `VisualApp` and `ItemToItemVisualApp` widgets for visual comparison of recommendations ([#80](https://github.com/MobileTeleSystems/RecTools/pull/80), [#82](https://github.com/MobileTeleSystems/RecTools/pull/82), [#85](https://github.com/MobileTeleSystems/RecTools/pull/85), [#115](https://github.com/MobileTeleSystems/RecTools/pull/115)) diff --git a/pyproject.toml b/pyproject.toml index 7deb7fe1..3fc1fad8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "RecTools" -version = "0.4.2" +version = "0.5.0" description = "An easy-to-use Python library for building recommendation systems" license = "Apache-2.0" authors = [ diff --git a/rectools/version.py b/rectools/version.py index f3e89d9c..c91a3412 100644 --- a/rectools/version.py +++ b/rectools/version.py @@ -1 +1 @@ -VERSION = "0.4.2" +VERSION = "0.5.0"