From 7ad23735ce9f00ee147628f48dd918d3d8e42147 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 20:37:37 +0300 Subject: [PATCH] chore(main): release 0.12.5 (#123) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [0.12.5](https://github.com/shizand/statapp/compare/v0.12.4...v0.12.5) (2024-02-22) ### Исправления * заменён алгоритм моделирования полиномов и исправлен прогноз ([#122](https://github.com/shizand/statapp/issues/122)) ([f17644d](https://github.com/shizand/statapp/commit/f17644dd15bd8999196c994c1634fe27d621fabc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa915b..c953170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.5](https://github.com/shizand/statapp/compare/v0.12.4...v0.12.5) (2024-02-22) + + +### Исправления + +* заменён алгоритм моделирования полиномов и исправлен прогноз ([#122](https://github.com/shizand/statapp/issues/122)) ([f17644d](https://github.com/shizand/statapp/commit/f17644dd15bd8999196c994c1634fe27d621fabc)) + ## [0.12.4](https://github.com/shizand/statapp/compare/v0.12.3...v0.12.4) (2024-02-15) diff --git a/pyproject.toml b/pyproject.toml index 6e59cea..adfa8dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "statapp" -version = "0.12.4" +version = "0.12.5" description = "" authors = [ "Maxim Slipenko "