From ed2a5bebecd691a1fe963db9649e60537d3aea55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 27 Oct 2022 01:18:02 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.10.1=20=E2=86=92=200.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ autotrader/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03403d04..ae807667 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/autotrader/__init__.py b/autotrader/__init__.py index fed93bdd..95400703 100644 --- a/autotrader/__init__.py +++ b/autotrader/__init__.py @@ -41,4 +41,4 @@ from .brokers.virtual.broker import Broker as VirtualBroker # Define version number -__version__ = "0.10.1" +__version__ = "0.11.0" diff --git a/pyproject.toml b/pyproject.toml index b1eb495d..fed96302 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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__",