Skip to content

Commit

Permalink
bump: version 0.11.1 → 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 27, 2022
1 parent fa8fa58 commit b0c08bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# AutoTrader Changelog

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

### Fix

- **AutoData**: do not truncate yahoo data if start and end arguments are not None

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

### Refactor
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.1"
__version__ = "0.11.2"
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.1"
version = "0.11.2"
tag_format = "v$version"
version_files = [
"autotrader/__init__.py:__version__",
Expand Down

0 comments on commit b0c08bd

Please sign in to comment.