Skip to content

Commit

Permalink
bump: version 0.11.2 → 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 17, 2022
1 parent fe9f36d commit 1ab9d4e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# AutoTrader Changelog

## v0.12.0 (2022-11-17)

### Feat

- **indicators**: added signal column to chandelier indicator
- **indicators**: added chandelier exit indicator
- **cli**: added option to initialise directory from demo repository

### Fix

- **indicators.py**: fill na values in indicator data for finding swings
- **autoplot.py**: skip autoscaling when there is no data variation
- **indicators.py**: fixed outdated argument for autodecting divergence

## v0.11.2 (2022-10-27)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion autotrader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
from .brokers.virtual.broker import Broker as VirtualBroker

# Define version number
__version__ = "0.11.2"
__version__ = "0.12.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
[tool]
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.11.2"
version = "0.12.0"
tag_format = "v$version"
version_files = [
"autotrader/__init__.py:__version__",
Expand Down

0 comments on commit 1ab9d4e

Please sign in to comment.