From 91e81bd089727c865b11021c3db1e4453dcae007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Tue, 24 Sep 2024 16:47:41 +0200 Subject: [PATCH] Version 3.0.0 --- CHANGELOG.md | 5 +++-- src/candlestick_chart/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90df659..80e6597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,10 @@ 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] - 202x-xx-xx +## [3.0.0] - 2024-09-24 ### Added +- Support for Python 3.13 - CI to automatically publish releases on tag creation - `ruff` requirement for the code quality @@ -114,7 +115,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First version. -[Unreleased]: https://github.com/BoboTiG/py-candlestick-chart/compare/v2.7.0...HEAD +[3.0.0]: https://github.com/BoboTiG/py-candlestick-chart/tree/v3.0.0 [2.7.0]: https://github.com/BoboTiG/py-candlestick-chart/tree/v2.7.0 [2.6.0]: https://github.com/BoboTiG/py-candlestick-chart/tree/v2.6.0 [2.5.1]: https://github.com/BoboTiG/py-candlestick-chart/tree/v2.5.1 diff --git a/src/candlestick_chart/__init__.py b/src/candlestick_chart/__init__.py index 2bbd9dc..cfea598 100644 --- a/src/candlestick_chart/__init__.py +++ b/src/candlestick_chart/__init__.py @@ -7,7 +7,7 @@ If that URL should fail, try contacting the author. """ -__version__ = "3.0.0-dev" +__version__ = "3.0.0" __author__ = "Mickaƫl Schoentgen" __copyright__ = f""" Copyright (c) 2022-2024, {__author__}