Skip to content

Commit 033ab85

Browse files
committed
Release 0.10.0.post1
1 parent 97a03c5 commit 033ab85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/St
5555

5656
## Release Note
5757

58-
* 0.10.0: httpc-clean에서 method 입력 (-X)도 인식, ParseTool.extract_next_data 추가, 기타 버그 수정 및 리팩토링
58+
* 0.10.0.post1: httpc-clean에서 method 입력 (-X)도 인식, ParseTool.extract_next_data와 ParseTool.next_data 추가, httpc-next-data cli 추가, 기타 버그 수정 및 리팩토링
5959
* 0.9.1: 버그 수정 및 개선
6060
* 0.9.0: catcher에서 헤더가 다를 경우 다른 request로 취급하는 distinguish_headers 추가, ValueError 대신 RequestNotFoundError 사용, headers 최신화, 기타 리팩토링
6161
* 0.8.0: httpc-clean 기능 data와 cookie 파라미터도 받도록 확장, 파이썬 3.10 이상으로 지원 범위 좁힘, catcher.install 함수를 catcher.install_httpx으로 이름 변경, retry 설정 시 httpx의 오류에만 retry하도록 변경

src/httpc/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import shlex
77
from abc import abstractmethod
88

9-
__version__ = "0.10.0"
9+
__version__ = "0.10.0.post1"
1010

1111
logger = logging.getLogger("httpc")
1212

0 commit comments

Comments
 (0)