Skip to content

Commit

Permalink
bump: version 1.1.1 → 1.1.2
Browse files Browse the repository at this point in the history
github-actions[bot] committed Mar 23, 2024
1 parent 279e569 commit 655d847
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

## v1.1.2 (2024-03-23)

### Fix

- **AutoTrader**: add initial check fro active bots directory before entering trade loop

## v1.1.1 (2024-03-22)

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

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

0 comments on commit 655d847

Please sign in to comment.