Skip to content

Commit

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

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

### Feat

- **AutoData**: batch fetch instruments

## v0.10.1 (2022-10-26)

### Perf
Expand Down
2 changes: 1 addition & 1 deletion autotrader/__init__.py
Expand Up @@ -41,4 +41,4 @@
from .brokers.virtual.broker import Broker as VirtualBroker

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

0 comments on commit ed2a5be

Please sign in to comment.