diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dad439..5505b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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.1.0] - 2024-11-02 ### Added - Support for Python 3.14. @@ -20,9 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 100% coverage with tests! - Updated the `pypa/gh-action-pypi-publish` GitHub action from `master` to `release/v1`. -### Removed -- - ## [3.0.0] - 2024-09-24 ### Added @@ -134,7 +131,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/v3.0.0...HEAD +[3.1.0]: https://github.com/BoboTiG/py-candlestick-chart/tree/v3.1.0 [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 diff --git a/src/candlestick_chart/__init__.py b/src/candlestick_chart/__init__.py index 3614290..f227da4 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.1-dev" +__version__ = "3.1.0" __author__ = "Mickaƫl Schoentgen" __copyright__ = f""" Copyright (c) 2022-2024, {__author__}