File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ 0.35] (2023-12-28)
8
+ [ 0.35 ] : https://github.com/CoboGlobal/cobo-python-api/compare/0.34...0.35
9
+ ### Added
10
+ - Add New API: Add APIs for MPC Release Satoshis. https://github.com/CoboGlobal/cobo-java-api/pull/115
11
+
7
12
## [ 0.34] (2023-12-27)
8
13
[ 0.34 ] : https://github.com/CoboGlobal/cobo-python-api/compare/0.33...0.34
9
14
### Added
Original file line number Diff line number Diff line change 1
1
from setuptools import setup
2
2
setup (
3
3
name = "cobo_custody" ,
4
- version = "0.34 " ,
4
+ version = "0.35 " ,
5
5
author = "Cobo" ,
6
6
author_email = "support@cobo.com" ,
7
7
description = "Cobo Custody restful api" ,
You can’t perform that action at this time.
0 commit comments