Skip to content

Commit 2ad8111

Browse files
authored
Merge pull request #76 from LucentYang/main
update release info
2 parents 6359c1c + 0968aaa commit 2ad8111

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.34] (2023-12-27)
8+
[0.34]: https://github.com/CoboGlobal/cobo-python-api/compare/0.33...0.34
9+
### Added
10+
- Add New API: Add APIs for Gas Station. https://github.com/CoboGlobal/cobo-python-api/pull/74
11+
712
## [0.33] (2023-12-21)
813
[0.33]: https://github.com/CoboGlobal/cobo-python-api/compare/0.32...0.33
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.33",
4+
version="0.34",
55
author="Cobo",
66
author_email="support@cobo.com",
77
description="Cobo Custody restful api",

0 commit comments

Comments
 (0)