Skip to content

Commit

Permalink
bump: version 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 22, 2024
1 parent 7547531 commit 2fb89ec
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

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

### Fix

- **ccxt**: type conversion of order limits check

## v1.1.0 (2024-03-21)

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

# Define version number
__version__ = "1.1.0"
__version__ = "1.1.1"
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 = "1.1.0"
version = "1.1.1"
tag_format = "v$version"
version_files = [
"autotrader/__init__.py:__version__",
Expand Down

0 comments on commit 2fb89ec

Please sign in to comment.