Skip to content

Commit

Permalink
add changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kyan001 committed Dec 15, 2022
1 parent 27496d8 commit 9fff911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Change Log
* 4.0.4:
* Improvement: Replace setup.py by pyproject.toml
* 4.0.2:
* Bug Fix: arg `src` in `verbose_ping` should be `src_addr`. ( #57 )
* 4.0.1:
Expand Down
2 changes: 1 addition & 1 deletion ping3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from . import errors
from .enums import ICMP_DEFAULT_CODE, IcmpType, IcmpTimeExceededCode, IcmpDestinationUnreachableCode

__version__ = "4.0.3"
__version__ = "4.0.4"
DEBUG = False # DEBUG: Show debug info for developers. (default False)
EXCEPTIONS = False # EXCEPTIONS: Raise exception when delay is not available.
LOGGER = None # LOGGER: Record logs into console or file.
Expand Down

0 comments on commit 9fff911

Please sign in to comment.