Skip to content

Commit cd1ef4b

Browse files
authored
Merge pull request #16 from uJhin/1.2.2
Update Version 1.2.2.2
2 parents 970c45b + d322685 commit cd1ef4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

upbit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Please read the official Upbit Client document.
55
Documents: https://ujhin.github.io/upbit-client-docs/
66
7-
- Upbit OPEN API Version: 1.2.0
7+
- Upbit OPEN API Version: 1.2.2
88
- Author: ujhin
99
1010
- GitHub: https://github.com/uJhin

upbit/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Upbit:
1010
1111
- Base URL: https://api.upbit.com
1212
- Base Path: /v1
13-
- Upbit OPEN API Version: 1.2.0
13+
- Upbit OPEN API Version: 1.2.2
1414
- Author: ujhin
1515
1616
- GitHub: https://github.com/uJhin

upbit/pkginfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _get_versions(package_name):
2929
PACKAGE_NAME = 'upbit-client'
3030

3131
OPEN_API_VERSION = '1.2.2'
32-
CURRENT_VERSION = OPEN_API_VERSION+'.1'
32+
CURRENT_VERSION = OPEN_API_VERSION+'.2'
3333

3434
RELEASED_VERSION = _get_versions(PACKAGE_NAME)
3535
LATEST_VERSION = RELEASED_VERSION[0]

0 commit comments

Comments
 (0)