From d96b65903efc8eb5fc6b4a407961121719ad97ff Mon Sep 17 00:00:00 2001 From: martins0n Date: Fri, 24 Dec 2021 15:51:29 +0300 Subject: [PATCH] :bomb: release 1.5.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d84123f6a..bdbf27f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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.5.0] - 2021-12-24 ### Added - Holiday Transform ([#359](https://github.com/tinkoff-ai/etna/pull/359)) - S3FileLogger and LocalFileLogger ([#372](https://github.com/tinkoff-ai/etna/pull/372)) diff --git a/pyproject.toml b/pyproject.toml index 2f23460f1..eddc375dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "etna" -version = "1.4.2" +version = "1.5.0" 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."