We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac3cd7 commit 1f49f36Copy full SHA for 1f49f36
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [v2.0.2](https://github.com/ValentinBELYN/icmplib/releases/tag/v2.0.2) - 2020-02-07
+## [v2.0.2](https://github.com/ValentinBELYN/icmplib/releases/tag/v2.0.2) - 2021-02-07
6
7
- Rename the default branch from `master` to `main`.
8
- Fix a bug preventing the `traceroute` function to work with IPv6 addresses (part 2).
icmplib/__init__.py
@@ -40,4 +40,4 @@
40
__license__ = 'GNU Lesser General Public License v3.0'
41
42
__version__ = '2.0.2'
43
-__build__ = '200207'
+__build__ = '210207'
0 commit comments