Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Nov 2, 2024
1 parent 422fbb2 commit bb0d745
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/candlestick_chart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__}
Expand Down

0 comments on commit bb0d745

Please sign in to comment.