Skip to content

Commit 362073e

Browse files
committed
2ping 4.5.1
1 parent 8966b3f commit 362073e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

2ping.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: 2ping
2-
Version: 4.5
2+
Version: 4.5.1
33
Release: 1%{?dist}
44
Summary: Bi-directional ping utility
55
License: GPLv2+

ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2ping 4.5.1 (2021-03-20)
2+
3+
- 2ping.bash_completion: Make more resilient to failure / missing
4+
features.
5+
- 2ping.spec: Add missing BuildRequires: systemd.
6+
- Minimum Python version changed from 3.5 to 3.6.
7+
- Minor no-op code and distribution updates.
8+
19
# 2ping 4.5 (2020-06-18)
210

311
- Added PyCryptodome support (recommended over PyCrypto, though the

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup
77

88

9-
__version__ = "4.5"
9+
__version__ = "4.5.1"
1010
assert sys.version_info > (3, 6)
1111

1212

twoping/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
import sys
66

77

8-
__version__ = "4.5"
8+
__version__ = "4.5.1"
99
assert sys.version_info > (3, 6)

0 commit comments

Comments
 (0)