Skip to content

Commit 1f49f36

Browse files
committed
Fix wrong dates
1 parent 5ac3cd7 commit 1f49f36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [v2.0.2](https://github.com/ValentinBELYN/icmplib/releases/tag/v2.0.2) - 2020-02-07
5+
## [v2.0.2](https://github.com/ValentinBELYN/icmplib/releases/tag/v2.0.2) - 2021-02-07
66

77
- Rename the default branch from `master` to `main`.
88
- Fix a bug preventing the `traceroute` function to work with IPv6 addresses (part 2).

icmplib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
__license__ = 'GNU Lesser General Public License v3.0'
4141

4242
__version__ = '2.0.2'
43-
__build__ = '200207'
43+
__build__ = '210207'

0 commit comments

Comments
 (0)