From cfbd3349b5d3f58fbc64c147956a2736eded8b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Fri, 23 Sep 2022 06:59:35 +0200 Subject: [PATCH] Version 2.3.0 --- CHANGELOG.md | 7 ++----- src/candlestick_chart/__init__.py | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37dd2ac..a8370f2 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] - 2022-08-12 +## [2.3.0] - 2022-09-23 ### Added - Capability to display graduations on the right side by setting the `constants.Y_AXIS_ON_THE_RIGHT` to `True` @@ -14,9 +14,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed a zero division error when no candle volume is set - Chart title is now hidden if it is an empty string -### Removed -- - ## [2.2.1] - 2022-08-12 ### Added @@ -59,7 +56,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.2.1...HEAD +[2.3.0]: https://github.com/BoboTiG/py-candlestick-chart/tree/v2.3.0 [2.2.1]: https://github.com/BoboTiG/py-candlestick-chart/tree/v2.2.1 [2.2.0]: https://github.com/BoboTiG/py-candlestick-chart/tree/v2.2.0 [2.1.0]: https://github.com/BoboTiG/py-candlestick-chart/tree/v2.1.0 diff --git a/src/candlestick_chart/__init__.py b/src/candlestick_chart/__init__.py index 628a14d..940c74b 100644 --- a/src/candlestick_chart/__init__.py +++ b/src/candlestick_chart/__init__.py @@ -8,7 +8,7 @@ If that URL should fail, try contacting the author. """ -__version__ = "2.2.2-dev" +__version__ = "2.3.0" __author__ = "Mickaël 'Tiger-222' Schoentgen" __copyright__ = """ Copyright (c) 2022, Mickaël 'Tiger-222' Schoentgen