Skip to content

Commit bfa40a1

Browse files
committed
버전업과 기여자 추가
1 parent 49b7414 commit bfa40a1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,10 @@ macOS 기준 pyenv 설치 권장
289289
- 부분 취소 지원: `pcompassion <https://github.com/pcompassion>`_ `#10 <https://github.com/iamport/iamport-rest-client-python/pull/10>`_
290290
- 재결제 지원: `Leop0ld <https://github.com/Leop0ld>`_ `#13 <https://github.com/iamport/iamport-rest-client-python/pull/13>`_
291291
- 결제사전검증 지원: `Bumsoo Kim <https://github.com/bskim45>`_ `#17 <https://github.com/iamport/iamport-rest-client-python/pull/17>`_
292-
- 비인증 결제예약/취소 지원:
292+
- 비인증 결제예약취소 지원:
293293
- `forybm <https://github.com/forybm>`_ `#18 <https://github.com/iamport/iamport-rest-client-python/pull/18>`_
294-
- `Leop0ld <https://github.com/Leop0ld>`_ `#21 <https://github.com/iamport/iamport-rest-client-python/pull/21>`_
294+
- `Leop0ld <https://github.com/Leop0ld>`_ `#21 <https://github.com/iamport/iamport-rest-client-python/pull/21>`_
295+
- http 200 응답 개선:`Noh Seho <https://github.com/NohSeho>`_ `#24 <https://github.com/iamport/iamport-rest-client-python/pull/24>`_
295296

296297
할 일
297298
======

setup.py

+1-1
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.6.0',
14+
version='0.7.0',
1515
packages=find_packages(),
1616
include_package_data=True,
1717
install_requires=install_requires,

0 commit comments

Comments
 (0)