From f590d06b9522ff5bb7bd9cc37696f36ab47115fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Sun, 23 Apr 2023 23:03:46 +0200 Subject: [PATCH] Version 2.7.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 745b0a5..2a11ee9 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] - 202x-xx-xx +## [2.7.0] - 2024-04-23 ### Added - Support for Python 3.12 @@ -17,9 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use `shutil.get_terminal_size()` instead of `os.get_terminal_size()` to be able to run tests without hitting `OSError: [Errno 25] Inappropriate ioctl for device` - Fix Mypy error `PEP 484 prohibits implicit Optional` -### Removed -- - ## [2.6.0] - 2023-04-14 ### Added @@ -101,7 +98,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.6.0...HEAD +[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 [2.5.0]: https://github.com/BoboTiG/py-candlestick-chart/tree/v2.5.0 diff --git a/src/candlestick_chart/__init__.py b/src/candlestick_chart/__init__.py index 235999b..29eb027 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.6.1-dev" +__version__ = "2.7.0" __author__ = "Mickaël 'Tiger-222' Schoentgen" __copyright__ = """ Copyright (c) 2022-2023, Mickaël 'Tiger-222' Schoentgen