File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -270,6 +270,9 @@ macOS 기준 pyenv 설치 권장
270270- 부분 취소 지원: `pcompassion <https://github.com/pcompassion >`_ `#10 <https://github.com/iamport/iamport-rest-client-python/pull/10 >`_
271271- 재결제 지원: `Leop0ld <https://github.com/Leop0ld >`_ `#13 <https://github.com/iamport/iamport-rest-client-python/pull/13 >`_
272272- 결제사전검증 지원: `Bumsoo Kim <https://github.com/bskim45 >`_ `#17 <https://github.com/iamport/iamport-rest-client-python/pull/17 >`_
273+ - 비인증 결제예약/취소 지원:
274+ - `forybm <https://github.com/forybm >`_ `#18 <https://github.com/iamport/iamport-rest-client-python/pull/18 >`_
275+ - `Leop0ld <https://github.com/Leop0ld >`_ `#21 <https://github.com/iamport/iamport-rest-client-python/pull/21 >`_
273276
274277할 일
275278======
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def readme():
1111
1212setup (
1313 name = 'iamport-rest-client' ,
14- version = '0.5.2 ' ,
14+ version = '0.6.0 ' ,
1515 packages = find_packages (),
1616 include_package_data = True ,
1717 install_requires = install_requires ,
You can’t perform that action at this time.
0 commit comments