This repository was archived by the owner on Feb 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ 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.9.60] - 2023-10-12
8+ ### Added
9+ [ ProfileData] add exchange_id
10+
711## [ 1.9.59] - 2023-10-03
812### Added
913[ CommunityChannelTypes] add CONFIGURATION
Original file line number Diff line number Diff line change 1- # OctoBot-Commons [ 1.9.59 ] ( https://github.com/Drakkar-Software/OctoBot-Commons/blob/master/CHANGELOG.md )
1+ # OctoBot-Commons [ 1.9.60 ] ( https://github.com/Drakkar-Software/OctoBot-Commons/blob/master/CHANGELOG.md )
22[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/b31f3ab3511744a5a5ca6b9bb48e77bb )] ( https://app.codacy.com/gh/Drakkar-Software/OctoBot-Commons?utm_source=github.com&utm_medium=referral&utm_content=Drakkar-Software/OctoBot-Commons&utm_campaign=Badge_Grade_Dashboard )
33[ ![ PyPI] ( https://img.shields.io/pypi/v/OctoBot-Commons.svg )] ( https://pypi.python.org/pypi/OctoBot-Commons/ )
44[ ![ Coverage Status] ( https://coveralls.io/repos/github/Drakkar-Software/OctoBot-Commons/badge.svg?branch=master )] ( https://coveralls.io/github/Drakkar-Software/OctoBot-Commons?branch=master )
Original file line number Diff line number Diff line change 1616# License along with this library.
1717
1818PROJECT_NAME = "OctoBot-Commons"
19- VERSION = "1.9.59 " # major.minor.revision
19+ VERSION = "1.9.60 " # major.minor.revision
2020
2121MARKET_SEPARATOR = "/"
2222SETTLEMENT_ASSET_SEPARATOR = ":"
You can’t perform that action at this time.
0 commit comments