Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit a86f7ed

Browse files
committed
[Version] v1.9.60
1 parent aac98ad commit a86f7ed

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 format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)

octobot_commons/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# License along with this library.
1717

1818
PROJECT_NAME = "OctoBot-Commons"
19-
VERSION = "1.9.59" # major.minor.revision
19+
VERSION = "1.9.60" # major.minor.revision
2020

2121
MARKET_SEPARATOR = "/"
2222
SETTLEMENT_ASSET_SEPARATOR = ":"

0 commit comments

Comments
 (0)