From e814219d55ef676dcc9c783f2cf2850d202ee6bb Mon Sep 17 00:00:00 2001 From: Martin Gabdushev <33594071+martins0n@users.noreply.github.com> Date: Wed, 24 Nov 2021 18:10:04 +0300 Subject: [PATCH] :bomb: release 1.3.3 (#312) --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 042888d0e..b4eb2884a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 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] + +## [1.3.3] - 2021-11-24 ### Added - RelevanceTable returns rank ([#268](https://github.com/tinkoff-ai/etna/pull/268/)) - GaleShapleyFeatureSelectionTransform ([#284](https://github.com/tinkoff-ai/etna/pull/284)) diff --git a/pyproject.toml b/pyproject.toml index 99cdb883e..543b5a86b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "etna" -version = "1.3.2" +version = "1.3.3" repository = "https://github.com/tinkoff-ai/etna" readme = "README.md" description = "ETNA is the first python open source framework of Tinkoff.ru AI Center. It is designed to make working with time series simple, productive, and fun."