File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -289,9 +289,10 @@ macOS 기준 pyenv 설치 권장
289
289
- 부분 취소 지원: `pcompassion <https://github.com/pcompassion >`_ `#10 <https://github.com/iamport/iamport-rest-client-python/pull/10 >`_
290
290
- 재결제 지원: `Leop0ld <https://github.com/Leop0ld >`_ `#13 <https://github.com/iamport/iamport-rest-client-python/pull/13 >`_
291
291
- 결제사전검증 지원: `Bumsoo Kim <https://github.com/bskim45 >`_ `#17 <https://github.com/iamport/iamport-rest-client-python/pull/17 >`_
292
- - 비인증 결제예약/ 취소 지원:
292
+ - 비인증 결제예약 및 취소 지원:
293
293
- `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 >`_
295
296
296
297
할 일
297
298
======
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def readme():
11
11
12
12
setup (
13
13
name = 'iamport-rest-client' ,
14
- version = '0.6 .0' ,
14
+ version = '0.7 .0' ,
15
15
packages = find_packages (),
16
16
include_package_data = True ,
17
17
install_requires = install_requires ,
You can’t perform that action at this time.
0 commit comments