Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.9.8] - 2024-11-26
## [1.10.0] - 2026-01-04
### Updated
[Requirements] Bump OctoBot-Commons version

## [1.9.8] - 2025-11-26
### Added
[Requirements] [full] requirements installation

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OctoBot-Backtesting [1.9.8](https://github.com/Drakkar-Software/OctoBot-Backtesting/blob/master/CHANGELOG.md)
# OctoBot-Backtesting [1.10.0](https://github.com/Drakkar-Software/OctoBot-Backtesting/blob/master/CHANGELOG.md)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/aa0b156e99604b3c98923fffeaea6a49)](https://app.codacy.com/gh/Drakkar-Software/OctoBot-Backtesting?utm_source=github.com&utm_medium=referral&utm_content=Drakkar-Software/OctoBot-Backtesting&utm_campaign=Badge_Grade_Dashboard)
[![PyPI](https://img.shields.io/pypi/v/OctoBot-Backtesting.svg)](https://pypi.python.org/pypi/OctoBot-Backtesting/)
[![Coverage Status](https://coveralls.io/repos/github/Drakkar-Software/OctoBot-Backtesting/badge.svg?branch=master)](https://coveralls.io/github/Drakkar-Software/OctoBot-Backtesting?branch=master)
Expand Down
4 changes: 2 additions & 2 deletions full_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# Drakkar-Software requirements
OctoBot-Commons[full]>=1.9, <1.10
OctoBot-Tentacles-Manager[full]>=2.9, <2.10
OctoBot-Commons[full]>=1.10, <1.11
OctoBot-Tentacles-Manager[full]>=2.10, <2.11
2 changes: 1 addition & 1 deletion octobot_backtesting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
import logging

PROJECT_NAME = "OctoBot-Backtesting"
VERSION = "1.9.8"
VERSION = "1.10.0"

logging.getLogger('aiosqlite').setLevel(logging.ERROR)
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

# Drakkar-Software requirements
Async-Channel>=2.2, <2.3
OctoBot-Commons>=1.9, <1.10
OctoBot-Tentacles-Manager>=2.9, <2.10
OctoBot-Commons>=1.10, <1.11
OctoBot-Tentacles-Manager>=2.10, <2.11

# async http requests
aiohttp>=3.9.5