Skip to content

Commit 167727f

Browse files
committed
[Version] v2.0.15
1 parent 0a297cd commit 167727f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The version number of OctoBot Market Making is mirroring the version number
55
of its [OctoBot](https://github.com/Drakkar-Software/OctoBot) dependency.
66

7+
## [2.0.15] - 2025-12-10
8+
### Added
9+
- Update to OctoBot 2.0.15
10+
711
## [2.0.13] - 2025-19-18
812
### Added
913
- Update to OctoBot 2.0.13

octobot_market_making/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
PROJECT_NAME = "OctoBot-Market-Making"
1919
AUTHOR = "Drakkar-Software"
20-
VERSION = "2.0.13" # major.minor.revision
20+
VERSION = "2.0.15" # major.minor.revision

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Drakkar-Software requirements
2-
OctoBot[full]==2.0.13
2+
OctoBot[full]==2.0.15

0 commit comments

Comments
 (0)