Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Aug 12, 2022
1 parent 23cdada commit 34d4701
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 @@ -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-07-20
## [2.2.0] - 2022-08-12

### Added
- `Candle.__eq__()` to allow comparing candles
Expand All @@ -15,9 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Constant changes are now taken into account in real-time, it allowes to tweak the chart appearence after having imported the module
- Always show the volume pane when it is enabled

### Removed
-

## [2.1.0] - 2022-07-20

### Added
Expand All @@ -40,7 +37,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.1.0...HEAD
[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
[2.0.0]: https://github.com/BoboTiG/py-candlestick-chart/tree/v2.0.0
[1.0.0]: https://github.com/BoboTiG/py-candlestick-chart/tree/v1.0.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 @@ -8,7 +8,7 @@
If that URL should fail, try contacting the author.
"""

__version__ = "2.1.1-dev"
__version__ = "2.2.0"
__author__ = "Mickaël 'Tiger-222' Schoentgen"
__copyright__ = """
Copyright (c) 2022, Mickaël 'Tiger-222' Schoentgen
Expand Down

0 comments on commit 34d4701

Please sign in to comment.