Skip to content

Commit 4376f40

Browse files
Guillaume De Saint MartinGuillaumeDSM
Guillaume De Saint Martin
authored andcommitted
[Version] v1.8.13
1 parent e05ba7e commit 4376f40

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.8.13] - 2023-03-08
8+
### Added
9+
- [Profiles] Validate imported profiles
10+
711
## [1.8.12] - 2023-03-01
812
### Added
913
- [Databases] Debug logs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OctoBot-Commons [1.8.12](https://github.com/Drakkar-Software/OctoBot-Commons/blob/master/CHANGELOG.md)
1+
# OctoBot-Commons [1.8.13](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.8.12" # major.minor.revision
19+
VERSION = "1.8.13" # major.minor.revision
2020

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

0 commit comments

Comments
 (0)