Skip to content

Commit 191f705

Browse files
authored
Merge pull request #78 from Cchangyixue/main
update release info
2 parents 5e381b8 + 53ab463 commit 191f705

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

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+
712
## [0.34] (2023-12-27)
813
[0.34]: https://github.com/CoboGlobal/cobo-python-api/compare/0.33...0.34
914
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22
setup(
33
name="cobo_custody",
4-
version="0.34",
4+
version="0.35",
55
author="Cobo",
66
author_email="support@cobo.com",
77
description="Cobo Custody restful api",

0 commit comments

Comments
 (0)