Skip to content

Commit d75bf5a

Browse files
committed
버전업
1 parent 902cc9f commit d75bf5a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
======

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def readme():
1111

1212
setup(
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,

0 commit comments

Comments
 (0)