Skip to content

Commit

Permalink
push v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
L-codes committed Jul 12, 2021
1 parent 1fa5198 commit 00067ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG-en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

### v3.4.0:
Clinet: Add the `--php-connect-timeout` parameter to solve the problem that the port connection status cannot be judged due to the slow response of PHP on Windows

### v3.3.0:
Client: Enhance the printing information during data transmission, which is convenient for debugging
Client: Fix the special case of `FORWARD` request, the data type is wrong, resulting in the inability to obtain the body
Expand Down
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## Version

3.3.0 - [Change Log](CHANGELOG-en.md)
3.4.0 - [Change Log](CHANGELOG-en.md)


## Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Version

3.3.0 - [版本修改日志](CHANGELOG.md)
3.4.0 - [版本修改日志](CHANGELOG.md)



Expand Down
2 changes: 1 addition & 1 deletion neoreg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

__author__ = 'L'
__version__ = '3.3.0'
__version__ = '3.4.0'

import sys
import os
Expand Down

0 comments on commit 00067ff

Please sign in to comment.