Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Sep 24, 2024
1 parent 7a65d6e commit 91e81bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
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.0-dev"
__version__ = "3.0.0"
__author__ = "Mickaël Schoentgen"
__copyright__ = f"""
Copyright (c) 2022-2024, {__author__}
Expand Down

0 comments on commit 91e81bd

Please sign in to comment.