This repository was archived by the owner on Feb 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 1.6.30] - 2024-11-27
7+ ## [ 1.6.31] - 2025-12-29
8+ ### Added
9+ - Add exchange service constants
10+
11+ ## [ 1.6.30] - 2025-11-27
812### Updated
913[ Requirements] moved openai to the [ full] requirements
1014
11- ## [ 1.6.29] - 2024 -11-26
15+ ## [ 1.6.29] - 2025 -11-26
1216### Added
1317[ Requirements] [ full] requirements installation
1418
Original file line number Diff line number Diff line change 1- # OctoBot-Services [ 1.6.30 ] ( https://github.com/Drakkar-Software/OctoBot-Services/tree/master/docs/CHANGELOG.md )
1+ # OctoBot-Services [ 1.6.31 ] ( https://github.com/Drakkar-Software/OctoBot-Services/tree/master/docs/CHANGELOG.md )
22[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/31a1caa6e5384d80bf890dba5c9b5e4b )] ( https://app.codacy.com/gh/Drakkar-Software/OctoBot-Services?utm_source=github.com&utm_medium=referral&utm_content=Drakkar-Software/OctoBot-Services&utm_campaign=Badge_Grade_Dashboard )
33[ ![ PyPI] ( https://img.shields.io/pypi/v/OctoBot-Services.svg )] ( https://pypi.python.org/pypi/OctoBot-Services/ )
44[ ![ Github-Action-CI] ( https://github.com/Drakkar-Software/OctoBot-Services/workflows/OctoBot-Services-CI/badge.svg )] ( https://github.com/Drakkar-Software/OctoBot-Services/actions )
Original file line number Diff line number Diff line change 1515# License along with this library.
1616
1717PROJECT_NAME = "OctoBot-Services"
18- VERSION = "1.6.30 " # major.minor.revision
18+ VERSION = "1.6.31 " # major.minor.revision
Original file line number Diff line number Diff line change 146146ALTERNATIVE_ME_TOPIC_FEAR_AND_GREED = "topic_fear_and_greed"
147147ALTERNATIVE_ME_DATA_KEY = "data"
148148
149+ # Exchange
150+ CONFIG_EXCHANGE = "exchange"
151+ CONFIG_EXCHANGE_INTERNAL_NAME = "internal_name"
152+ CONFIG_EXCHANGE_COPY_PROFILE_ID = "copy_profile_id"
153+
149154# Notifications
150155CONFIG_CATEGORY_NOTIFICATION = "notification"
151156CONFIG_NOTIFICATION_TYPE = "notification-type"
You can’t perform that action at this time.
0 commit comments